I was wondering if it was possible to split a string on whitespace, and avoid all numbers, whitespace and operators such as + and -
This is what I have, but I ...
I need to use some regular expressions to parse more complicated text and I wonder whether it is possible to use non capturing groups to match multiple numbers and extract them? ...