RegEx worked before and not now

Tool for Search and Replace across multiple files.
Post Reply
User avatar
Luke

RegEx worked before and not now

Post by Luke »


I used to be able to use the RegEx and Replace on the following codes and now the codes get pasted into the results.

REG EX
\t{\r\n\t}

REPLACE
\t\t{\rstorageOffset 0 0 0\robjFileGeom 0 0 :Runtime:Geometries:ADS_PRODUCTNAMEFOLDER:.obj\r\t\t}\r\r

So \t isn't a tab in the result but a \t

Thanks for any help.
User avatar
DV

Post by DV »

The 'Special chars in replace string' function is disabled in the current build of TC 2.0. (\r, \n, \t and \\ to escape).

I need to re-enable it, and add an option to turn it on/off.
Should be in the next build!
User avatar
DV

Post by DV »

Fixed in Version 2.0.3765.24060 BETA
http://www.digitalvolcano.co.uk/downloa ... 2_beta.zip
Post Reply