Skip to content

Instantly share code, notes, and snippets.

@christian-taillon
Last active January 20, 2025 23:39
Show Gist options
  • Select an option

  • Save christian-taillon/d7a6ded4ded6e3aab3a1be629cd0ad4b to your computer and use it in GitHub Desktop.

Select an option

Save christian-taillon/d7a6ded4ded6e3aab3a1be629cd0ad4b to your computer and use it in GitHub Desktop.
{
"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