Quote:
Originally Posted by Sweetpea
Could you explain that regex? My tool apparently uses a completely different form of regex....
Edit:
(never mind that, I have to escape the ( and ) ...)
|
There parentheses should not be escaped.
Quote:
But, once I got it working I noticed something else:
|
Apparently your regexp is incorrect.
What my regexp searches for:
- either a space or a >
- apostrophe
- any number of characters (non-greedy - cosume as few as possible)
- any single character except for letters and spaces
- apostrophe
- either a space or a <