Replace Exact misparses $ in Replace with
Posted: Mon Feb 13, 2012 11:45 pm
The following subfilter reports an error:The logged error message isSurely $n variables are only applicable for Perl patterns, not for Replace Exact ?
David
Code: Select all
Replace [$$$Matthew 0:0\r\n] with [$$$[ Testament 2 Heading ]\r\n\r\n$$$Matthew 0:0\r\n]
[X] Match case
[ ] Whole words only
[ ] Case sensitive replace
[ ] Prompt on replace
[ ] Skip prompt if identical
[ ] First only
[ ] Extract matches
Code: Select all
2012-02-13 13:39:05,Error,$M is not a valid subexpression identifier for this pattern.
The maximum allowed subexpression identifier is $0 (or escape the $ sign using '$$')
David