Find MoneyHere is some text to scan for strings that look like dollar amounts. In[138]:=  |
Out[138]=
|
This is one way to do the search using symbolic string patterns. In[139]:=  |
Out[139]=
|
Here is the same search using regular expressions (note that you must remember to escape the dollar sign). In[140]:=  |
Out[140]=
|
There is also a built-in pattern object, NumberString, for this particular situation. In[141]:=  |
Out[141]=
|
|