Results 1 to 3 of 3

Thread: [RESOLVED] Field Validators

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2007
    Posts
    146

    Resolved [RESOLVED] Field Validators

    Which validator would I use to make sure a control (textbox) has between 3 and 8 characters?

  2. #2
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    Re: Field Validators

    RegularExpression - ^.{3,8}$

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2007
    Posts
    146

    Re: Field Validators

    Very cool!! Thank you

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