12 lines
1.1 KiB
Markdown
Raw Normal View History

### Relevant Articles:
2024-02-17 06:32:27 +08:00
- [Count Uppercase and Lowercase Letters in a String](https://www.baeldung.com/java-string-count-letters-uppercase-lowercase)
2024-03-01 14:15:07 +08:00
- [Find The Largest Number in a String](https://www.baeldung.com/java-find-largest-number-string)
2024-03-01 14:26:15 +08:00
- [Check if String is Base64 Encoded](https://www.baeldung.com/java-check-string-base64-encoding)
2024-03-01 14:31:08 +08:00
- [Find an Unique Email Address in a List](https://www.baeldung.com/java-find-unique-email-address)
2024-03-01 14:38:32 +08:00
- [Get First n Characters in a String in Java](https://www.baeldung.com/get-first-n-characters-in-a-string-in-java)
2024-03-09 06:06:45 +08:00
- [Remove Only Trailing Spaces or Whitespace From a String in Java](https://www.baeldung.com/java-string-remove-only-trailing-whitespace)
2024-03-13 15:01:37 +08:00
- [Get the Initials of a Name in Java](https://www.baeldung.com/java-shorten-name-initials)
2024-03-27 10:23:41 +08:00
- [Normalizing the EOL Character in Java](https://www.baeldung.com/java-normalize-end-of-line-character)
2024-03-27 10:26:12 +08:00
- [Converting UTF-8 to ISO-8859-1 in Java](https://www.baeldung.com/java-utf-8-iso-8859-1-conversion)
2024-04-04 00:08:58 +08:00
- [Get Last n Characters From a String](https://www.baeldung.com/java-string-get-last-n-characters)