hi,
I have a string containing html where i need to use regex to match certain elements.
the string can be
how would you match all the <form name=""> elements and get the "name" of the form?
thanks
I have a string containing html where i need to use regex to match certain elements.
the string can be
Code:
ajkshajda
<form name="form1"></form>
aksdhaskjashd
<form name="form2"></form>
lakjdkjasjas
"
thanks