String names = "<td><input type="radio" name="pergunta23g" value="SIM"/> Qual? <input type="text" name="pergunta23gQual" class="dados"> Onde<input type="text" name="pergunta23gOnde" class="dados"></td>"
I would like to save these three values: I would like to get only the names without the quotes in this string. How do I do the treatment? store in a string array like question23g, question23gQual, and ask23git.