From: Florian Frank Date: 2003-10-19T19:10:12+09:00 Subject: Re: regex look behind On Sat, 2003-10-18 at 18:52, Zach Dennis wrote: > I noticed that Ruby supports lookaheads (??=), but does ruby support look > behinds? No, it doesn't. Anyway, you can compile your Ruby 1.6.8 or 1.8 with the new regex engine oniguruma that already supports it: http://raa.ruby-lang.org/list.rhtml?name=oniguruma