Last active
January 15, 2022 22:35
-
-
Save distancify-oscar/097e0679f5c4c1e274ad139949fe9ad2 to your computer and use it in GitHub Desktop.
Regex tricks by Oscar
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
| The following Regex matches any letter in any language, and spaces | |
| Great for email / username / name inputs | |
| /[\p{L} ]+/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment