Page 1 of 1

REGEX: \K or \G or \R does't work

Posted: Tue May 10, 2022 8:36 pm
by me_suzy
hello, I want to use those regex operator: \K or \G or \R .

none of them work

A simply example:

Code: Select all

<title>Star</title>
FIND:

Code: Select all

<title\K

Re: REGEX: \K or \G or \R does't work

Posted: Thu May 12, 2022 10:25 am
by DigitalVolcano
TextCrawler uses .NET Regular Expressions - these ones are from Perl RegEx so aren't supported currently.

https://stackoverflow.com/questions/341 ... ons-to-net