Hopefully someone has a quick answer:

If I have the following line of text:
CQUAD4   2000356 1101020 2000418 2000409 2000410 2000419 10011111.016

(Everything from CQUAD4 to 1.016 is on one line!)

And I use the following RegEx:
Find: ^(CQUAD4\s+?\d{7}\s1101020\s\d{7}\s\d{7}\s\d{7}\s\d{7}\s\d{7})1.016
Replace: $10.889

I want PSPad to replace the 1.016 by 0.889

BUT, the backreference does not work, as there are now 2 digits with different
meaning next to each other (the 1 and the 0 just after the $).

How do I solve this? Is there a character that is not put in the text to
separate the backreference ID with actual text (specifically text containing
digits)?

-- 
<http://forum.pspad.com/read.php?2,55952,55952>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem