Search Results

1
vote
4answers
328 views

Get the first Int(s) in a string with javascript

I have a string in a loop and for every loop it is filled with texts the looks like this: "123 hello everybody 4" "4567 stuff is fun 67" "12368 more stuff" I only want to retrieve t …