Last active
January 20, 2025 23:39
-
-
Save christian-taillon/d7a6ded4ded6e3aab3a1be629cd0ad4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "email": "[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Z|a-z]{2,}", | |
| "phone": "\\d{3}[-.]?\\d{3}[-.]?\\d{4}", | |
| "ssn": "\\d{3}-\\d{2}-\\d{4}", | |
| "host": "(?i)((?:(?!-)[a-zA-Z0-9-]{1,63}(?<!-)\\.)+(?:[a-zA-Z]{2,}))", | |
| "ipv4": "(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment