ThomasJSmart
Programmer
- Sep 16, 2002
- 634
Hi
Need some help with a regex and having difficulty finding it in searches.
i have a large body of text that contains several links. The extensions of some of the links needs to be replaced.
Examples:
In these links the ".pdf" needs to become .html
<a href="/Page/File.pdf">File</a>
<a href="/Abcdef/File.pdf">File ABC</a>
<a href=" File</a>
In this link nothing happens because it has no extension
<a href="/Page/Directory/">directory</a>
In these links nothing happens because it is in the /Content/ directory:
<a href="/Content/File.pdf">File</a>
<a href=" File</a>
in this link nothing happens because its not one of the site domains:
<a href="
Any help is much appreciated, thank you.
Thomas
site | / blog |
Need some help with a regex and having difficulty finding it in searches.
i have a large body of text that contains several links. The extensions of some of the links needs to be replaced.
Examples:
In these links the ".pdf" needs to become .html
<a href="/Page/File.pdf">File</a>
<a href="/Abcdef/File.pdf">File ABC</a>
<a href=" File</a>
In this link nothing happens because it has no extension
<a href="/Page/Directory/">directory</a>
In these links nothing happens because it is in the /Content/ directory:
<a href="/Content/File.pdf">File</a>
<a href=" File</a>
in this link nothing happens because its not one of the site domains:
<a href="
Any help is much appreciated, thank you.
Thomas
site | / blog |