I want to test if string is there between anchor tags, for example :
this is example text <a href=""> this is test string </a>
and here is other anchor tag <a href=""> link again </a>
thanks.
In above string I want to match if "test" is there between anchors tags. how can I do it with regular expression.
Kindly help !
Thanks.