-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
In CSharp we have made some common regex expressions, like e-mail and url.
So e.g. one can write VerbEx something like:
verbEx.StartOfLine().Then(CommonRegex.Email);
I think this should be implemented similar across the different languages.
It's important that if we make something like default regex words like e-mail and url, that the underlying regex is equal between the different language ports.
Other examples of commonregex that could be implemented:
email
phone
url
date
ip address
rgb color hex value
decimal number
time format
See original issue in CSharp:
VerbalExpressions/CSharpVerbalExpressions#4
Metadata
Metadata
Assignees
Labels
No labels