G
Guest
Hi All,
It might be because its the end of a long week, but I can't figure out the
correct way to write a regular expression to find all matches except a
specified string.
For example, take the following 3 lines:
This is OK
This is Not OK
Again This is OK
I want to find the first and last line, and not the "This is Not OK" line.
Thanks,
PAGates
It might be because its the end of a long week, but I can't figure out the
correct way to write a regular expression to find all matches except a
specified string.
For example, take the following 3 lines:
This is OK
This is Not OK
Again This is OK
I want to find the first and last line, and not the "This is Not OK" line.
Thanks,
PAGates