Created
April 1, 2021 14:53
-
-
Save wedburst/d9edf2defc0f3355516c7150dd54cb72 to your computer and use it in GitHub Desktop.
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
| onkeypress="return ((event.charCode >= 65 && event.charCode <= 90) || (event.charCode >= 97 && event.charCode <= 122))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment