RegExp comment/preview bug
Posted: 16 Sep 2007 13:10
Little problems with regexp rename and the comment support it seems:
XY should remove comments (?#comment syntax) and then treat the regexp, however, it seems that if I'd say it first separate the two pattern (regexp pattern>replacewith pattern) thus when using the greater than sign in a comment, it doesn't work
And to add to this, doing it results in a little message error, and when the rename dialog come back, the preview button is gone!
If you want to try (if regexp works it won't rename nothing) :
XY should remove comments (?#comment syntax) and then treat the regexp, however, it seems that if I'd say it first separate the two pattern (regexp pattern>replacewith pattern) thus when using the greater than sign in a comment, it doesn't work
And to add to this, doing it results in a little message error, and when the rename dialog come back, the preview button is gone!
If you want to try (if regexp works it won't rename nothing) :
Code: Select all
(?#comment>here)^(.*)$>$1