I want to find all numbers from a given string (all numbers are mixed with letters but are separated by space).I try to split the input String but when check the result arra
Pattern reg = Pattern.compile("\\D+"); // ...
results in:
0085 223 9349