Updated README.md

added link back to the article: https://www.baeldung.com/java-check-character-vowel
This commit is contained in:
Asjad J
2022-05-23 17:32:59 +05:00
committed by GitHub
parent 75a4da37b2
commit 47dc908629

View File

@@ -6,4 +6,5 @@
- [Split a String Every n Characters in Java](https://www.baeldung.com/java-string-split-every-n-characters)
- [String equals() Vs contentEquals() in Java](https://www.baeldung.com/java-string-equals-vs-contentequals)
- [Check if a String Ends with a Certain Pattern in Java](https://www.baeldung.com/java-string-ends-pattern)
- [Check if a Character is a Vowel in Java](https://www.baeldung.com/java-check-character-vowel)