in reply to Regex to match string with numbers with possible comma
See also this node for how to match properly-formatted numbers with commas.=~ /found (.*) results/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Regex to match string with numbers with possible comma
by rir (Vicar) on Mar 17, 2004 at 17:24 UTC | |
by Roy Johnson (Monsignor) on Mar 17, 2004 at 22:10 UTC |