I'm trying to make the webcrawler that indexes my website a little better.
It allows me to do meta and title rewrites in the index using regular expressions.
my experience with them is minimal
basically all i need is how to extract the text between two tags
example
<h1 class="headline">herty smerty flip flip</h1>
The syntax to do the rewrite is easy, but i don't know how to extract 'herty smerty flip flip' from the code.
It allows me to do meta and title rewrites in the index using regular expressions.
my experience with them is minimal
basically all i need is how to extract the text between two tags
example
<h1 class="headline">herty smerty flip flip</h1>
The syntax to do the rewrite is easy, but i don't know how to extract 'herty smerty flip flip' from the code.