Text Regex Replacement

If you want your value remappings to be more generic, you can specify text replacement policies based on regex by using our API.

For example, we could specify a policy such that all matches of \d+ (successive digits) in a field get replaced by the character *. In this case, "10 x $100" would become "* x $*". One field can have multiple text replacement policies.