From: Justin To Date: 2008-06-21T01:47:04+09:00 Subject: Re: RegEx Awesome, thanks for the help... I have one other regex question though, pertaining to the same problem I'm trying to do /^(\d+\.[(7)(11)])$/ That's my regex... it's suppose to match something like: 213823.7 or 848494223.11 It doesn't seem to match the 11. Thanks so much! -- Posted via http://www.ruby-forum.com/.