From 5dd6471390501846296b4ded4abd89f0f3a7ca89 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 14 Jul 2022 08:41:09 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/java-truncating-strings --- core-java-modules/core-java-string-operations-4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-string-operations-4/README.md b/core-java-modules/core-java-string-operations-4/README.md index ff6d887154..ac52ee4ab5 100644 --- a/core-java-modules/core-java-string-operations-4/README.md +++ b/core-java-modules/core-java-string-operations-4/README.md @@ -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)