Last active
September 10, 2018 08:57
-
-
Save adamgavlak/4d4fbeb66a4826abeb7f866fcb8631e0 to your computer and use it in GitHub Desktop.
A regex that allows diacritics in matching string
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
^[.\ \'\p{L}]*$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment