Problem: Multiple sets of parentheses enclosing numbers in the form ( x/x ). There are spaces after each opening parenthesis and before each closing parenthesis—I want to get rid of the spaces.
Solution: A wildcard find/replace will sort this out, but I needed to take some things into consideration when coming up with ...