java-tutorials/core-java-modules/core-java-string-operations-7/README.md

18 lines
1.7 KiB
Markdown
Raw Normal View History

### Relevant Articles:
2023-10-28 19:14:25 -04: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 08:16:16 -05:00
- [Check if a String Contains Only Unicode Letters](https://www.baeldung.com/java-string-all-unicode-characters)
2024-01-27 02:13:58 -05:00
- [Create a “Mutable” String in Java](https://www.baeldung.com/java-mutable-string)
2023-11-18 07:48:36 -05:00
- [Check if a String Contains a Number Value in Java](https://www.baeldung.com/java-string-number-presence)
2023-11-24 08:35:59 -05:00
- [Difference Between String isEmpty() and isBlank()](https://www.baeldung.com/java-string-isempty-vs-isblank)
2023-12-16 18:55:53 -05:00
- [Strings Maximum Length in Java](https://www.baeldung.com/java-strings-maximum-length)
2024-01-18 20:56:47 -05:00
- [Javas String.length() and String.getBytes().length](https://www.baeldung.com/java-string-length-vs-getbytes-length)
2024-01-18 21:00:55 -05:00
- [Replace Non-Printable Unicode Characters in Java](https://www.baeldung.com/java-replace-non-printable-unicode-characters)
2024-01-18 22:00:18 -05:00
- [Check If a Java StringBuilder Object Contains a Character](https://www.baeldung.com/java-check-stringbuilder-object-contains-character)
2024-01-27 01:52:21 -05:00
- [Comparing One String With Multiple Values in One Expression in Java](https://www.baeldung.com/java-compare-string-multiple-values-one-expression)
2024-01-18 22:09:58 -05:00
- [UTF-8 Validation in Java](https://www.baeldung.com/java-utf-8-validation)
2024-01-27 08:02:59 -05:00
- [Simple Morse Code Translation in Java](https://www.baeldung.com/java-morse-code-english-translate)
2024-01-27 08:28:35 -05:00
- [How to Determine if a String Contains Invalid Encoded Characters](https://www.baeldung.com/java-check-string-contains-invalid-encoded-characters)
2024-02-02 20:06:47 -05:00
- [Regular Expression for Password Validation in Java](https://www.baeldung.com/java-regex-password-validation)