Results 1 to 2 of 2

Thread: RegEx pattern

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2009
    Posts
    435

    RegEx pattern

    What would be the RegEx pattern for Underscores + Capital Letters + Numbers?

  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,423

    Re: RegEx pattern

    "[_a-z0-9]"

    the a + z should be capitals. problem with the forum formatting my post

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