I tried regex 'minus', 'plus', 'multiplication' and 'division', /[*+-/]/. This regex matches all the operator signs, but it also matches decimal point. How come? How to match only these operators but not decimal?
I did it on https://www.regexpal.com/