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 b208b96505
commit 1abbf7083d
1 changed files with 1 additions and 0 deletions

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)