For example, we have \'1+2-3\'. And we need to catch symbols [-|+]
\'1+2-3\'.match(/-|+/)
returns +, as it trace by string first; how to find \'-