Created
November 25, 2021 17:03
-
-
Save corocoto/b1757e5d273193cb5b71d137c19c65ea to your computer and use it in GitHub Desktop.
find vowels and consonants
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
/[b-df-hj-np-tv-z]+/.test(str) |
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
/[aeiouy]+/.test(str) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment