14 lines
1.2 KiB
Markdown
Raw Normal View History

### Relevant Articles:
2023-10-29 07:14:25 +08:00
- [How to Center Text Output in Java](https://www.baeldung.com/java-center-text-output)
- [Capitalize the First Letter of Each Word in a String](https://www.baeldung.com/java-string-initial-capital-letter-every-word)
2023-11-10 21:16:16 +08:00
- [Check if a String Contains Only Unicode Letters](https://www.baeldung.com/java-string-all-unicode-characters)
2023-11-18 18:56:47 +08:00
- [Create a Mutable String in Java](https://www.baeldung.com/java-mutable-string)
2023-11-18 20:48:36 +08:00
- [Check if a String Contains a Number Value in Java](https://www.baeldung.com/java-string-number-presence)
2023-11-24 21:35:59 +08:00
- [Difference Between String isEmpty() and isBlank()](https://www.baeldung.com/java-string-isempty-vs-isblank)
2023-12-17 07:55:53 +08:00
- [Strings Maximum Length in Java](https://www.baeldung.com/java-strings-maximum-length)
2024-01-19 09:56:47 +08:00
- [Javas String.length() and String.getBytes().length](https://www.baeldung.com/java-string-length-vs-getbytes-length)
2024-01-19 10:00:55 +08:00
- [Replace Non-Printable Unicode Characters in Java](https://www.baeldung.com/java-replace-non-printable-unicode-characters)
2024-01-19 11:00:18 +08:00
- [Check If a Java StringBuilder Object Contains a Character](https://www.baeldung.com/java-check-stringbuilder-object-contains-character)
2024-01-19 11:09:58 +08:00
- [UTF-8 Validation in Java](https://www.baeldung.com/java-utf-8-validation)