Regex that works only with GrepWin or Notepad++

A place to try and solve your RegEx problems.
Post Reply
me_suzy
Posts: 20
Joined: Thu Jul 14, 2016 11:31 am

Regex that works only with GrepWin or Notepad++

Post by me_suzy »

hello. I like very much TextCrawler, but when I do change on files, some regex doesn't work here. But works very well with GrepWin or Notepad++.

Two examples that works with GrepWin or Notepad++, but doesn't work with TextCrawler.

[\s\S]*.*WORD.*[\s\S] Select everything until WORD and the line with that WORD


[\s\S]*.*(WORD).*[\s\S]* Select everything until and after WORD
User avatar
DigitalVolcano
Site Admin
Posts: 1717
Joined: Thu Jun 09, 2011 10:04 am

Re: Regex that works only with GrepWin or Notepad++

Post by DigitalVolcano »

These seem to work OK in the TextCrawler reg-ex tester. Make sure the options (Multi-line anchors, etc) are OFF though.
Post Reply