This Code is working great. But i'm facing one problem here. Suppose if there is no space between $ value and the next word its not triming the $value alone.
For example consider there is a line "After Pickup $5,000for drop to home"
In the above sentence there is no space between $5000 and for. So $5000for is getting assigned to the TheContent variable instead of $5000.
I would like to assign only the number value to TheContent variable. Can you please help me for one more time.
Bookmarks