Is your feature request related to a problem? Please describe.
Many regexes (like phone numbers or coordinates) have several formats. Currently, | can be used to separate formats, but it makes regex longer and harder to understand.
Describe the solution you'd like
"Regex" should be a list of regexes.
Is your feature request related to a problem? Please describe.
Many regexes (like phone numbers or coordinates) have several formats. Currently,
|can be used to separate formats, but it makes regex longer and harder to understand.Describe the solution you'd like
"Regex" should be a list of regexes.