From: ThoML Date: 2008-02-23T05:30:01+09:00 Subject: Re: Regex in Ruby question > However, with: > m = s.scan_until(/(([^o]|^)|([^o]|^)o|([^f]|^)oo)(bar)/) Oh well. It's probably a good thing we have look-behind now. :-) Regards, Thomas.