Adam Akhtar wrote: > why does this regexpression match > > \w+\d+ > > match 68 in this > > "1/8 Fender '68 TELECASTER Miniature(Pink Paisley)[RARE]", > > ive told it to at least match one letter before it matches any > numbers??? > > (i dont actually want it to match anything with this sentance). It matchs on rubular (rubular.com) see: http://www.rubular.com/regexes/946 -- Posted via http://www.ruby-forum.com/.