Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.06 KB

File metadata and controls

11 lines (7 loc) · 1.06 KB

CanonicalizingRegexType

Regular expression to apply to an arbitrary string to transform it into a canonical string.

Fields

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.