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

Tool for Search and Replace across multiple files.
Post Reply
me_suzy
Posts: 20
Joined: Thu Jul 14, 2016 11:31 am

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

Post 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
User avatar
DigitalVolcano
Site Admin
Posts: 1717
Joined: Thu Jun 09, 2011 10:04 am

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

Post 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
Post Reply