2019-12-07 13:35:19 -07:00
|
|
|
## Java String Algorithms
|
|
|
|
|
|
|
|
This module contains articles about string-related algorithms.
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2020-01-23 15:12:47 +08:00
|
|
|
|
2022-01-23 09:40:01 +05:00
|
|
|
- [Generating a Java String of N Repeated Characters](https://www.baeldung.com/java-string-of-repeated-characters)
|
2023-05-30 17:29:13 +05:30
|
|
|
- [Check if Two Strings Are Anagrams in Java](https://www.baeldung.com/java-strings-anagrams)
|
2021-09-29 23:38:32 +08:00
|
|
|
- [Email Validation in Java](https://www.baeldung.com/java-email-validation-regex)
|
2023-05-27 16:45:37 +05:30
|
|
|
- [Check if the First Letter of a String Is Uppercase](https://www.baeldung.com/java-check-first-letter-uppercase)
|
2022-11-30 07:19:54 +08:00
|
|
|
- [Find the First Non Repeating Character in a String in Java](https://www.baeldung.com/java-find-the-first-non-repeating-character)
|
2023-02-17 18:27:38 +08:00
|
|
|
- [Find the First Embedded Occurrence of an Integer in a Java String](https://www.baeldung.com/java-string-find-embedded-integer)
|
2023-04-28 21:02:28 +08:00
|
|
|
- [Find the Most Frequent Characters in a String](https://www.baeldung.com/java-string-find-most-frequent-characters)
|
2023-09-29 22:56:54 +08:00
|
|
|
- [Checking If a String Is a Repeated Substring](https://www.baeldung.com/java-repeated-substring)
|
|
|
|
- [Check if Letter Is Emoji With Java](https://www.baeldung.com/java-check-letter-emoji)
|
2023-10-29 06:31:46 +08:00
|
|
|
- [Wrapping a String After a Number of Characters Word-Wise](https://www.baeldung.com/java-wrap-string-number-characters-word-wise)
|