View Single Post
Old 10-06-2009, 07:32 PM   #18
rogue_ronin
Banned
rogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-booksrogue_ronin has learned how to read e-books
 
Posts: 475
Karma: 796
Join Date: Sep 2008
Location: Honolulu
Device: Nokia 770 (fbreader)
I suspect some confusion about ^[sp][sp]$ or ^[space][space]$.

I'm not an OO user, but with this regex example, I think that the folks giving the above examples were using [sp] and [space] to indicate actual spaces. Because spaces are hard to see in a text explanation.

So the literal line would be:

Code:
^  $
m a r
rogue_ronin is offline   Reply With Quote