On Jun 4, 1:28 pm, Srinivas Golyalla <[email protected]> wrote: > Can u help me in simple regular expression that will match the string > ‘123_456_7890’ but not ‘123_456_789’.
You're going to have to be a little more specific - the regular expression /0/ matches the first string and not the second but that's probably not what you wanted. Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

