Hi Justin, Try /^(\d+\.(7|11))$/ Wayne On Fri, Jun 20, 2008 at 9:47 AM, Justin To <tekmc / hotmail.com> wrote: > 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/. > >