in reply to I resolve to finally grok and use the regex option...
I routinely use g, s, and sometimes even i, e, x, c. I even know what o and m means, but I haven't find any use for them.
However, I am all confused when I write regexen in ruby, because the m option for ruby regexps is the same as the s in perl. Even worse, if you write s by habit, you don't even get a warning because it has a different meaning.
Update 2007 jan 22: since then, I've found a use for m as well.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: I resolve to finally grok and use the regex option...
by etcshadow (Priest) on Apr 24, 2005 at 05:20 UTC | |
by dmorelli (Scribe) on Apr 25, 2005 at 03:03 UTC | |
by ikegami (Patriarch) on Apr 27, 2005 at 15:41 UTC | |
Re^2: I resolve to finally grok and use the regex option...
by jhourcle (Prior) on Apr 24, 2005 at 01:08 UTC |
In Section
Past Polls