I have a string like this:
"11' - Add $1,200"
I need a variable like this from that:
variable = 1200
How would I strip that number out, basically all the numbers after the $ stripping out commas?
Thanks
|
I have a string like this:
I need a variable like this from that:
How would I strip that number out, basically all the numbers after the $ stripping out commas? Thanks |
||||
|
|
The first call to |
||||
|
|
|
|||
|
|
Just a demo.... but I'm late it seems. http://jsfiddle.net/L4VNr/
|
|||
|
|