From: Zach Dennis Date: 2003-10-19T02:43:31+09:00 Subject: Re: regex look behind Please Note that (??=) was to be (?=). -----Original Message----- From: Zach Dennis [mailto:zdennis@mktec.com] Sent: Saturday, October 18, 2003 12:53 PM To: ruby-talk ML Subject: regex look behind I noticed that Ruby supports lookaheads (??=), but does ruby support look behinds? I can't get the syntax (?<=) to work. Is the syntax possibly different? Thanks Zach