Search found 2 matches

by rsborland
Mon Jul 15, 2013 9:38 pm
Forum: General
Topic: Find/Replace Goes Past Line End
Replies: 4
Views: 795

Thanks for the help, Ben!

Can I ask - why use both "\r" and "\n"? Both are listed as matching "any line ending character sequence " - is there something unwritten about their combination?
by rsborland
Mon Jul 15, 2013 8:18 pm
Forum: General
Topic: Find/Replace Goes Past Line End
Replies: 4
Views: 795

Find/Replace Goes Past Line End

I'm editing a text file - all lines end in 0D0A. Snippit of file is found below. I'm using Regular Expressions in TP 7.0.9.

I'm looking for lines with "m." followed by text and ";" in them. My find expression is ([^m\.]*)m\.([^;]*);(.*)\R (I've tried with and without "\R")

At line7, I expected the ...