Getting link using specific text
Posted
by jess
on Stack Overflow
See other posts from Stack Overflow
or by jess
Published on 2010-05-12T09:30:09Z
Indexed on
2010/05/12
9:34 UTC
Read the original article
Hit count: 189
regex
Hi,
From HTML body,I have to extract link which has text "Customer".For example
<a href="google.com">Customer </a>
I was thinking of using regex. What regex to use?
© Stack Overflow or respective owner