Is it possible to insert a non-character, in this case -, if a particular criteria is met?
For example: If there are five numeric characters (12345), then insert a - after the 2nd numeric character (12-345).
I am trying to fix street addresses.
Thanks!