14 lines
1.1 KiB
Markdown
Raw Normal View History

### Relevant Articles:
- [Find the Longest Word in a Given String in Java](https://www.baeldung.com/java-longest-word-string)
2023-06-15 22:59:15 +08:00
- [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)
2023-07-13 14:25:31 +08:00
- [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)
2023-07-13 21:44:30 +08:00
- [Check if a String Contains Non-Alphanumeric Characters](https://www.baeldung.com/java-string-test-special-characters)
2023-07-26 16:14:40 +08:00
- [Check if a String Has All Unique Characters in Java](https://www.baeldung.com/java-check-string-all-unique-chars)
2023-08-02 20:47:25 +08:00
- [Performance Comparison Between Different Java String Concatenation Methods](https://www.baeldung.com/java-string-concatenation-methods)
2023-09-30 18:08:57 +03:00
- [Replacing Single Quote with \ in Java String](https://www.baeldung.com/java-replacing-single-quote-string)