This PR implements replaces the original implementation of address simplification with a more powerful system using Regex.Replace(). This allows the use of capture groups for arbitrary address generation. The original Simplified option still works, re-implemented as a regular expression.
This PR implements replaces the original implementation of address simplification with a more powerful system using Regex.Replace(). This allows the use of capture groups for arbitrary address generation. The original Simplified option still works, re-implemented as a regular expression.