Updated README.md

added link back to the article: https://www.baeldung.com/java-truncating-strings
This commit is contained in:
Asjad J 2022-07-14 08:41:09 +05:00 committed by GitHub
parent 7bd70abf86
commit 5dd6471390
1 changed files with 1 additions and 1 deletions

View File

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