Updated README.md

added link back to the article: https://www.baeldung.com/java-string-formatting-named-placeholders
This commit is contained in:
Asjad J
2022-08-17 16:27:03 +05:00
committed by GitHub
parent a0e2862567
commit 83a2c72e4b

View File

@@ -9,3 +9,4 @@
- [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)
- [Named Placeholders in String Formatting](https://www.baeldung.com/java-string-formatting-named-placeholders)