Updated README.md

added link back to the articles: https://www.baeldung.com/java-string-remove-whitespace
This commit is contained in:
Asjad J
2022-07-28 23:15:33 +05:00
committed by GitHub
parent cbc3171acf
commit 92d15b611e

View File

@@ -8,3 +8,4 @@
- [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)
- [How to Truncate a String in Java](https://www.baeldung.com/java-truncating-strings)
- [Remove Whitespace From a String in Java](https://www.baeldung.com/java-string-remove-whitespace)