RegEx - How to Extract Price?
- by st4ck0v3rfl0w
How would I extract the dollar amount from the following string
"some text will go here and more and more and then there will be some price $34.03 but that doesn't mean the string will end"
I want to extract $34.03...also want to extract if there is no cents
"some text will go here and more and more and then there will be some price $34 but that doesn't mean the string will end"
Here I want to extract $34