Hi there,
I'm trying to validate a string input using the RegExp object. One of the things I want to watch out for is the [url] entry but I'm having problems putting it into the definition.
I can do this:
var thisReg = /\[url/;
with no problems. But I want to use the 'ignore case' flag in...
Hey all,
I have a database of responses to a questionaire - each question has a number of possible responses and each response is stored as a numerical value (ie answer A = 1; answer B = 2 etc)
I'm trying to write a function (in javascript ASP) that will give me an array of objects, each with...
Hi there,
I'm having the wierdest problem with a sub site in Sharepoint 2003. It comes in multiple steps, so bear with me:
Step 1:
I defined a couple of users (in 'Active Directory Users and Computers' on my server) but their names were wrong. So I changed them, again on the server.
Problem...
Hi all,
This regular expression stuff does my head in. In theory I can SO understand it, but I seem to run into problems every time I try and do something even slightly complex with it.
So - I've written a little ASP app (in javascript) to take a whole bunch of feedback information out of a...
Hi there,
I've written a small app to get a news headline and story URL out of my MSSQL database and convert it into XML and into an RSS feed. Problem is, of course, that RSS doesn't like '?' or '&' of which my URLs have plenty. If it's an internal url, then no problem, but the minute I use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.