Add support for list of regex in regex.json
Author: ghostCreated Nov 3, 2021Updated Dec 11, 2021
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.
Source: bee-san/pyWhat