Update README.md

[skip ci]
This commit is contained in:
edizor 2023-02-17 18:27:38 +08:00 committed by GitHub
parent cd0f18fcfb
commit bbe335889c
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ This module contains articles about string-related algorithms.
- [Email Validation in Java](https://www.baeldung.com/java-email-validation-regex)
- [Check if the First Letter of a String is Uppercase](https://www.baeldung.com/java-check-first-letter-uppercase)
- [Find the First Non Repeating Character in a String in Java](https://www.baeldung.com/java-find-the-first-non-repeating-character)
- [Find the First Embedded Occurrence of an Integer in a Java String](https://www.baeldung.com/java-string-find-embedded-integer)