Thread: Regex engine?
View Single Post
Old 07-09-2010, 11:43 AM   #10
troymc
Groupie
troymc will become famous soon enoughtroymc will become famous soon enoughtroymc will become famous soon enoughtroymc will become famous soon enoughtroymc will become famous soon enoughtroymc will become famous soon enough
 
Posts: 161
Karma: 608
Join Date: Aug 2008
Location: Plano, TX
Device: Sony PRS-505 + B&N Nook + Motion LE1700 + Motorola Xoom Wifi
Quote:
Originally Posted by Valloric View Post
I think this got broken a while back. I seem to recall someone casually saying how the start of line matching isn't working correctly, but since it never ended up on the tracker, I forgot to check it out. So do add it to the tracker.

And with that I leave for vacation.
Issue 498 opened. Have a great vacation!

Quote:
Originally Posted by capidamonte View Post
If it's broken...

Hmmm.

Try
Code:
\nA
if you're on Windows, or
Code:
\r\nA
if you're on Linux.

Just make sure to replace the \r\n when you change stuff -- it's selected, so you don't want to overwrite it and remove a carriage return.
Unfortunately that didn't seem to work either.

But I know this guy Sed, and he's my friend. So I have an adequate work-around in place for what I needed to do.


Thanks, Cap!

Troy
troymc is offline   Reply With Quote