From: Jason Sweat Date: 2004-11-12T12:10:49+09:00 Subject: Re: RegEx bug in 1.8.2? On Fri, 12 Nov 2004 11:57:07 +0900, James Edward Gray II wrote: > On Nov 11, 2004, at 8:54 PM, Jason Sweat wrote: > > > I believe you need to excape the / with a \ > > regex = /(.*) # X \/ Y [abcde]/x > > You shouldn't have to with the /x modifier. It allows comments in the > regex, and that / comes after a #. > > James Edward Gray II Oh right, skipped right over that sublty :(