Displaying page
of
pages;
Items to
Title |
Test
Details
Find Link Tags
|
Expression |
^<a[^>]*(http://[^"]*)[^>]*>([ 0-9a-zA-Z]+)</a>$
|
Description |
This pattern matches link tags in html and returns the contents of the href attribute and the text of the link.
|
Matches |
<a href="http://www.google.com">Google</a>
|
Non-Matches |
<a name="bookmark">something</a>
|
Author |
Rating:
Ian Muir
|
Displaying page
of
pages;
Items to