Regular Expression to select Hyperlink
Posted
by Veejay
on Stack Overflow
See other posts from Stack Overflow
or by Veejay
Published on 2010-04-21T05:09:32Z
Indexed on
2010/04/21
5:13 UTC
Read the original article
Hit count: 299
I am using the following Expression to select all hyperlinks
//a[@href]
How can I write an expression to select all hyperlinks which match this format
here http://abc.com/articles/ is constant and the article number increases
© Stack Overflow or respective owner