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 e731fdd59a
commit 75d7bb2f55
1 changed files with 1 additions and 0 deletions

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)