HTML ParsingString patterns are useful for taking raw HTML and extracting information from it. Here is the source from www.google.com. In[134]:=  |
In[135]:=  |
Out[135]=
|
This extracts all the direct hyperlinks in the source. In[136]:=  |
Out[136]=
|
This deletes everything inside tags <...>. In[137]:=  |
Out[137]=
|
|