Page 1 of 1

Regex that works only with GrepWin or Notepad++

Posted: Thu Jul 14, 2016 11:43 am
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

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

Posted: Fri Jul 29, 2016 12:27 pm
by DigitalVolcano
These seem to work OK in the TextCrawler reg-ex tester. Make sure the options (Multi-line anchors, etc) are OFF though.