I'm trying to extract whole numbers of different length from a string with lots of formatting. The string in question could look like this:
string s = "Hallo (221122321 434334 more text3434 even mor,34343 343421.343sf 343";
The output I'm looking for is an array of:
{221122321,434334,3434,34343,343421,343,343}