Posts by Jean Paulo • 33 points
1 post
-
3
votes2
answers125
viewsQ: How to loop with regex in javascript?
Hello everybody all right? I’m cracking my head on the following question: I have a string set: var teste = blabla 555.. 999 I have double white space between the digits and did the regex: var str =…