Hello, I am writing a small program to do some calculations.
Basically the input is the following:
-91 10 -4 5
The digits can have the negative sign or not. They are also separated by a space. I need a regular expression to filter each digit including the sign if there is one.
Thanks!
Adam