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
Regex that works only with GrepWin or Notepad++
- DigitalVolcano
- Site Admin
- Posts: 1863
- Joined: Thu Jun 09, 2011 10:04 am
Re: Regex that works only with GrepWin or Notepad++
These seem to work OK in the TextCrawler reg-ex tester. Make sure the options (Multi-line anchors, etc) are OFF though.