
December 14th, 2012, 11:58 AM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 2
Time spent in forums: 18 m 55 sec
Reputation Power: 0
|
|
|
Simple regex help
I'm a newbie at regex and need some help with the following. I want to match ABC and anything with number + ABC so ABC, 1ABC, 2ABC, etc. would be valid but not match anything else such as ABCD, KABC, 2ABCD. ABC could be variable in length. This is what I've tried the re below but I don't think that's correct. Can someone pls help out?
|