guylaroche
2007-11-02 09:08:58 UTC
I have two strings:
1) $2000.00
2) 12/2/2007 8
I need help finding code to extract the $2000 part from string 1 and the digit 8 from string 2.
I have exhausted my brain thinking of ways to locate examples. I have looked into using regular expressions, the Split function, find and replace examples, parsing XML & HTML, etc. I cannot find anything which I can figure out how to use.
Any help is much appreciated.