Skip to content

Instantly share code, notes, and snippets.

@aliirfaan
Created February 4, 2021 07:36
Show Gist options
  • Save aliirfaan/56c738dbce454b08196916e9b7b1291b to your computer and use it in GitHub Desktop.
Save aliirfaan/56c738dbce454b08196916e9b7b1291b to your computer and use it in GitHub Desktop.
Person name regex
$pattern = '/^[A-Za-z\x{00C0}-\x{00FF}][A-Za-z\x{00C0}-\x{00FF}\'\-]+([\ A-Za-z\x{00C0}-\x{00FF}][A-Za-z\x{00C0}-\x{00FF}\'\-]+)*/u';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment