So I have some text that I need to get an integer out of. Here's some examples of what the text could look like:
as low as $99
you can get it for $99 or less
I need to get the number out of the text, either with or without the $ sign.
Can I do this using Regex.Replace?