Results 1 to 3 of 3

Thread: RegExp

  1. #1

    Thread Starter
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267

    RegExp

    /\w{6,20}/ in a ReqExp Validator

    I thought that would check to see if there were at least 6 chars and no more than 20 chars...... it make sure the field is empty.....

    help please
    thanks
    Magiaus

    If I helped give me some points.

  2. #2

    Thread Starter
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267
    while I'm asking anyone know a good RegExp for World wide phone numbers? I know it is going to be huge.

    MS should have done more on the RegExp PopUp form. There are some useful expresions, but no editor or validator/tester..... a tester would make things so much easier. Just imagine you click test and it takes input and checks it againt the expression. Wow. You wouldn't have to compile or anything to check it. What a time saver. No building logging in getting to that page that is the third page in a multi page form proccess..... lazy microsoft programmers making me waste time on testing my own app..... They know I can't remember how RegExp works....
    Magiaus

    If I helped give me some points.

  3. #3

    Thread Starter
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267
    ...... \w{6,20} works fine I had typed in /w{6,20} .............. I still could use help with the phone number though the country code is can be up too 4 digits I think. Anyone know about country codes in phone numbers?
    Magiaus

    If I helped give me some points.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width