From 377708d2426944b507d218cf9c3c83343595cd2e Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Wed, 5 Jan 2022 20:40:01 +0800 Subject: [PATCH] Update README.md --- core-java-modules/core-java-string-operations-4/README.md | 1 + 1 file changed, 1 insertion(+) 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 10479f52f4..e7192b5beb 100644 --- a/core-java-modules/core-java-string-operations-4/README.md +++ b/core-java-modules/core-java-string-operations-4/README.md @@ -4,4 +4,5 @@ - [Compare Strings While Ignoring Whitespace in Java](https://www.baeldung.com/java-compare-string-whitespace) - [Concatenating Null Strings in Java](https://www.baeldung.com/java-concat-null-string) - [Split a String Every n Characters in Java](https://www.baeldung.com/java-string-split-every-n-characters) +- [String equals() Vs contentEquals() in Java](https://www.baeldung.com/java-string-equals-vs-contentequals)