I need a regex pattern to match this format ABC12345678
:
it should start with ABC and should have preceding 8 numbers.
I need a regex pattern to match this format ABC12345678
:
it should start with ABC and should have preceding 8 numbers.
Whenever I have to write a regex (which I try to avoid as much as possible), I refer to this .NET regex cheat sheet.