darrensw
01-24-2012, 07:10 AM
I think I need to use some kind of regex but struggling...
I have a string e.g.
the cat sat of the mate and $10 was all it cost
I want to return
$10
And is there a universal name for currency codes so I could return £10 if it was
the cat sat of the mate and £10 was all it cost
Or a way to add more characters to the expression
I have a string e.g.
the cat sat of the mate and $10 was all it cost
I want to return
$10
And is there a universal name for currency codes so I could return £10 if it was
the cat sat of the mate and £10 was all it cost
Or a way to add more characters to the expression