Possible Duplicate:
extract all <a> tags from content
i am fetching website contents using curl (PHP) and then perform a check if it contains a string. I would like to check if this string is a hyperlink or not. Does anybody know the correct regex/code to perform this?
Many Thanks,
J