Created
February 4, 2021 07:36
-
-
Save aliirfaan/56c738dbce454b08196916e9b7b1291b to your computer and use it in GitHub Desktop.
Person name regex
This file contains 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
$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