tedster

msg:1483273 | 10:57 pm on Oct 21, 2002 (gmt 0) |
Does this link offer you any help? I know there's a RegExp object in JavaScript 1.2, but I'm not personally conversant with it. Regular Expressions and Javascript 1.2 [tech.irt.org]
|
korkus2000

msg:1483274 | 11:03 pm on Oct 21, 2002 (gmt 0) |
I wonder why there is so little on this. I am scrubbing inputs for a web application and what you have found is the best I've seen so far. I never really used regular expressions much but I have never really done client side validation. I thought this was one of JavaScripts most powerful aspects.
|
jdMorgan

msg:1483275 | 12:30 am on Oct 22, 2002 (gmt 0) |
korkus, Have you tried the documentation on the Netscape developer web site? - It's fairly deep. Jim
|
Purple Martin

msg:1483276 | 12:44 am on Oct 22, 2002 (gmt 0) |
By coincidence, I was looking for some info on regexp syntax this morning, and I found what I needed in this article [webmasterbase.com]. It starts off fairly basic, but goes on to cover most of the important stuff.
|
Purple Martin

msg:1483277 | 2:15 am on Oct 22, 2002 (gmt 0) |
I've also just remembered that there's a very good chapter on regular expressions on the CD that accompanies the book JavaScript Bible by Danny Goodman.
|
korkus2000

msg:1483278 | 11:33 am on Oct 22, 2002 (gmt 0) |
Thanks everyone. Netscape's info and the JavaScript bible stuff got me what I needed.
|
|