Regular expression to apply to an arbitrary string to transform it into a canonical string.
| Field | Type | Required | Description |
|---|---|---|---|
match_regex |
Optional[str] | ➖ | Regular expression to match to an arbitrary string. |
rewrite_regex |
Optional[str] | ➖ | Regular expression to transform into a canonical string. |