Javscript REGEX

Posted by Rabbott on Stack Overflow See other posts from Stack Overflow or by Rabbott
Published on 2010-05-15T17:08:54Z Indexed on 2010/05/15 17:14 UTC
Read the original article Hit count: 203

Filed under:
|

I need a javascript REGEX to check that the length of the string is 9 characters. Starts with 'A' or 'a' and is followed by 8 digits.

Axxxxxxxx or axxxxxxxx

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about regex