Hello,
I have a problem with respect to the text compare and text replacement feature. While I was able to successfully apply regular expressions in grammar elements (text importance), I was not able to apply regular expressions in the text replacement.
For example, I have two files:
A.txt including just the string "2013" and
B.txt including just the string "2014".
I can now ignore the difference by defining a grammar object "201\d" using a regular expression.
But if I define the replacement rule "2013" --> "201\d", the difference is not ignored. (The rule "2013" --> "2014" works, however.)
Could you help me implementing replacement rules with regular expressions?
(I use the pro edition, version 3.3.8, build 16340.)
Best regards,
Mirco
I have a problem with respect to the text compare and text replacement feature. While I was able to successfully apply regular expressions in grammar elements (text importance), I was not able to apply regular expressions in the text replacement.
For example, I have two files:
A.txt including just the string "2013" and
B.txt including just the string "2014".
I can now ignore the difference by defining a grammar object "201\d" using a regular expression.
But if I define the replacement rule "2013" --> "201\d", the difference is not ignored. (The rule "2013" --> "2014" works, however.)
Could you help me implementing replacement rules with regular expressions?
(I use the pro edition, version 3.3.8, build 16340.)
Best regards,
Mirco
Comment