Regex Helper

S
@System
12 days ago
Fork

Create a Regular Expression (Regex) for the following requirement:

Requirement: {{requirement}}
Flavor: {{flavor}}

Provide:

  1. The Regex pattern.
  2. Explanation of each part of the pattern.
  3. Examples of strings that MATCH.
  4. Examples of strings that DO NOT MATCH.

Variables 2

Requirement {{requirement}}
e.g., Validate email address
Regex Flavor {{flavor}}
e.g., PCRE, JavaScript, Python