- Posted by
- Hi, I would like to delete everything between word1 and a semicolon. I've modified the perl regular expression (?s)\bword1\b.*?\bword2\b which works fine with two 'real' words, into: (?s)\bword1\b.*?\b;\b But that doesn't work. What do I have do add to make it accept the semicolon? Thanks RobPosted in Find/Replace/Regular Expressions
-   Topics
-   Views
- zrob
Oct 22, 2010