From: James Edward Gray II Date: 2006-05-11T06:33:23+09:00 Subject: Re: How to matching "[" in string On May 10, 2006, at 4:27 PM, sed_nivo wrote: > Hi, > > How to matching "[" in string with regular expressions? > > "[" =~ /\[/ -- don't work. Says who? ;) >> "[" =~ /\[/ ? "It matched!" : "No match." => "It matched!" James Edward Gray II