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 the first numbers up to the text in the string and I ofcourse do not know the length.
Thanks in advance!