this is my question:
suppose i have a html element
<a href="value1">value2</a>
can any give me the regular expression to get value1 and value2 from the element?
thanks really much appreciated
suppose i have a html element
<a href="value1">value2</a>
can any give me the regular expression to get value1 and value2 from the element?
thanks really much appreciated
Comment