
KevinR
Veteran

Oct 4, 2006, 1:57 PM
Views: 1004
|
|
Re: [jerseyguy] need some help on this 'simple' case
|
|
|
instead of: use: The '?!' extension lets you specify what should not follow your pattern. You were using a negated character class which can maybe be used in some cases for this type of matching but the '?!' extension is better for what you are trying to do. I hope I am not doing your school work for you. -------------------------------------------------
(This post was edited by KevinR on Oct 4, 2006, 1:57 PM)
|