Regex Pattern Examples
Use tested regex snippets and validate quickly in the Regex Tester.
- Email:
\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}\b - URL:
https?:\/\/[\w.-]+(?:\/[\w\-./?%&=]*)? - UUID:
[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}