Posts by PTC man • 11 points
2 posts
-
0
votes2
answers550
viewsQ: (javascript) Taking value from a very complex html structure
I’ll try to be quite objective: How do I get the value within a tag that is within 200 million other Childs ? (understanding right away that I will not be able to make changes to the code, because…
-
1
votes2
answers6439
viewsQ: How to make a regular expression that finds a name and then looks for a character?
I was analyzing an extensive html code that basically contains this format: <span id="mensagem" class="topo">Classes e comandos</span> The problem is that the amount of arguments within…