in reply to
Tell regex to stop at "phrase", instead of char - how?
Thanks everyone! I especially like
/([^(stop)]+)/
(is it really more inefficient than the other solutions..?)
Comment on
Re: Tell regex to stop at "phrase", instead of char - how?
Download
Code
Replies are listed 'Best First'.
Re^2: Tell regex to stop at "phrase", instead of char - how?
by
ikegami
(Patriarch)
on Aug 03, 2007 at 12:23 UTC
It's actually faster, but it doens't work. See
Re^2: Tell regex to stop at "phrase", instead of char - how?
.
[reply]
In Section
Seekers of Perl Wisdom