in reply to Re: interpolating operators within strings
in thread interpolating operators within strings

If you first use a regex to remove anything that isn't an operator, a number format, or a space, then it's perfectly safe to eval from there.
  • Comment on Re^2: interpolating operators within strings