|
-
Oct 21st, 2004, 05:33 PM
#1
Thread Starter
Junior Member
How to build custom objects
I have two asp scripts I downloaded that build custom objects (my name) that are used in string validation.
sample:
var telnr = /^\+?[0-9 ()-]+[0-9]$/
if (!telnr.test(tfld)) {
anyone know what these custom objects are called and any resources on how to build them or how they work?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|