in reply to Re: Regex to match string with numbers with possible comma
in thread Regex to match string with numbers with possible comma

And make sure you test values over 1,000,000 as well. Searching for 'porn' results in "AltaVista found 15,151,791 results".

One might want to use Regexp::Common.

Abigail

  • Comment on Re: Regex to match string with numbers with possible comma