Posts by Marco Aurelio • 41 points
1 post
- 
		4 votes2 answers478 viewsA: How do I get a loose number in my HTML?Hello, Whereas the spans code is directly inside the body, it would look like this: var html = document.body.innerHTML; var regex = /<\/span> ([0-9]+)/g; var resultados; //Itera por todas as…