From e668c85464c1d691911edb188c2360440bd69656 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 13 Jul 2023 14:25:31 +0800 Subject: [PATCH] Update README.md [skip ci] --- core-java-modules/core-java-string-operations-6/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core-java-modules/core-java-string-operations-6/README.md b/core-java-modules/core-java-string-operations-6/README.md index e866f50860..febc3b16bd 100644 --- a/core-java-modules/core-java-string-operations-6/README.md +++ b/core-java-modules/core-java-string-operations-6/README.md @@ -5,4 +5,5 @@ - [Check if a String Is All Uppercase or Lowercase in Java](https://www.baeldung.com/java-check-string-uppercase-lowercase) - [Java – Generate Random String](https://www.baeldung.com/java-random-string) - [Fixing “constant string too long” Build Error](https://www.baeldung.com/java-constant-string-too-long-error) -- [Compact Strings in Java 9](https://www.baeldung.com/java-9-compact-string) \ No newline at end of file +- [Compact Strings in Java 9](https://www.baeldung.com/java-9-compact-string) +- [Split a String Into Digit and Non-Digit Substrings](https://www.baeldung.com/java-split-string-digits-letters)