View Single Post
Old 09-09-2010, 05:38 AM   #1
neonbible
Addict
neonbible is clearly one to watchneonbible is clearly one to watchneonbible is clearly one to watchneonbible is clearly one to watchneonbible is clearly one to watchneonbible is clearly one to watchneonbible is clearly one to watchneonbible is clearly one to watchneonbible is clearly one to watchneonbible is clearly one to watchneonbible is clearly one to watch
 
Posts: 202
Karma: 10802
Join Date: Sep 2010
Device: Kindle Paperwhite, iPhone 5, iPad Air, Nexus 7
Regex help to remove HTML footer

This is the HTML code:

Code:
<br clear="all"/><hr/><div class="center"><small><a href="slide19.html">previous</a> |
<a href="toc.html">Table of Contents</a> |
<a href="slide21.html">next</a></small></div>
</body>
</html>
Now for each page the anchor tags are going to change to point to different links. What expression do I need to use to match it for each page?
neonbible is offline   Reply With Quote