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
You may try this:
reg.split("asd0085 sa223 9349x").replace("^/", "")