Regex Question ...

Posted by kate on Stack Overflow See other posts from Stack Overflow or by kate
Published on 2010-04-10T19:58:48Z Indexed on 2010/04/10 20:03 UTC
Read the original article Hit count: 247

Filed under:
|
|

Hi, Could someone help me with the following RegEx query: based on the following rules: 1) 1 letter followed by 4 letters or numbers, then 2) 5 letters or numbers, then 3) 3 letters or numbers followed by a number and one of the following signs: ! & @ ? You will have to allow customers to input the fidelity card code as a 15-character string, or as 3 groups of 5 chars, separated by one space.

© Stack Overflow or respective owner

Related posts about regex

Related posts about JavaScript