seperating values from text
On Mon, 15 Jan 2007 10:31:45 -0500, Ron Rosenfeld
wrote:
And if numbers may be in the "word"s, then try this regex instead:
"[-+]?\b(\d*\.)?\d+\b"
I should amplify that the above regex will "ignore" numbers that are embedded
within words. The original variations will "include" those numbers.
--ron
|