Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    3,315

    Re: REGEX For Uppercase Alphanumeric

    If you're splitting it up into multiple regular expressions, which one is giving you trouble now?
  2. Replies
    3
    Views
    3,315

    Re: REGEX For Uppercase Alphanumeric

    One way to do this would be to split it up into multiple regular expressions: one to make sure it doesn't contain lowercase letters, one to make sure it contains at least one number, and one to check...
Results 1 to 2 of 2