
jerseyguy
New User
Oct 4, 2006, 8:07 AM
Post #1 of 4
(1146 views)
|
need some help on this 'simple' case
|
Can't Post
|
|
hi, all not sure it's a intermediate question, but i desperately need some help: i need a regular expression to match a string which includes 'abc' except 'abc123' and 'abc456': for example: 'abc' (match) 'abcdefg' (match) 'abc123' (not match) 'abc123456' (not match) 'abc456' (not match) 'abc456789' (not match) 'abcd123' (match) thanks in advance
|