I need to find the link tag using Regex. I have this line in my html file.
<link rel="stylesheet" href="<c:url value="/styles/folders/masterTree.css" />" type="text/css" media="screen, print" />
I need a regex expression to find this. This is not a homework. I need this as part of my office requirement.
Thanks to all in advance.