-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello,
after trying this framework i missed the support for the following special group functionality:
- Balancing Group )?)
- Match suffix but exclude it (?=)
- Match prefix but exclude it (?<=)
- Match if suffix is not present (?!)
- Match if prefix is not present (?<!)
- Greedy subexpression (?>)
- Comment (?#)
Example regex expression that i wanted to rewrite:
^(?!.*[\.]{2,}.*)[a-zA-Z0-9_%\&ß'+-]+((([a-zA-Z0-9_%.\&ß'+-]))*[a-zA-Z0-9_%\&ß'+-]+)?@(?:[a-zA-Z0-9üöäÜÖÄ-]+\.)+[a-zA-Z]{2,4}$
Metadata
Metadata
Assignees
Labels
No labels