Skip to content

Support for special groups? #1

@Birgos

Description

@Birgos

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_%\&amp;ß'+-]+((([a-zA-Z0-9_%.\&amp;ß'+-]))*[a-zA-Z0-9_%\&amp;ß'+-]+)?@(?:[a-zA-Z0-9üöäÜÖÄ-]+\.)+[a-zA-Z]{2,4}$

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions