Regular expressions in ASP.NET

Posted by rakesh on Stack Overflow See other posts from Stack Overflow or by rakesh
Published on 2010-05-04T18:09:06Z Indexed on 2010/05/04 18:18 UTC
Read the original article Hit count: 195

Filed under:
|

I need a regex pattern to match this format ABC12345678:

it should start with ABC and should have preceding 8 numbers.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about regex