From: James Edward Gray II Date: 2004-11-12T11:57:07+09:00 Subject: Re: RegEx bug in 1.8.2? 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