Forums
This topic is locked
Use REGEX to parse a url
27 Sep 2006 17:34:26 John D posted:
I would like to write a regular expression that will select a certain section of a url. For example in I have an html url tag with a link that looks like this:<a href="www.mywebpage.htm" target="_blank">Link</a>
I would like to find "www.mywebpage" portion of this tag in my web site. I do not want anything else to be selected just that section of the link.
Thanks in advance.
JD
Ryan