2019-10-31 21:43:47 -04:00
|
|
|
## Java String Operations
|
|
|
|
|
|
|
|
This module contains articles about string operations.
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
- [Concatenating Strings In Java](https://www.baeldung.com/java-strings-concatenation)
|
|
|
|
- [Checking for Empty or Blank Strings in Java](https://www.baeldung.com/java-blank-empty-strings)
|
|
|
|
- [String Initialization in Java](https://www.baeldung.com/java-string-initialization)
|
|
|
|
- [String toLowerCase and toUpperCase Methods in Java](https://www.baeldung.com/java-string-convert-case)
|
|
|
|
- [Java String equalsIgnoreCase()](https://www.baeldung.com/java-string-equalsignorecase)
|
2020-02-28 12:55:48 -05:00
|
|
|
- [Case-Insensitive String Matching in Java](https://www.baeldung.com/java-case-insensitive-string-matching)
|
2020-03-18 01:34:56 -04:00
|
|
|
- [L-Trim and R-Trim Alternatives in Java](https://www.baeldung.com/java-trim-alternatives)
|
2020-04-13 13:04:36 -04:00
|
|
|
- [Java Convert PDF to Base64](https://www.baeldung.com/java-convert-pdf-to-base64)
|
2020-04-24 23:28:04 -04:00
|
|
|
- [Encode a String to UTF-8 in Java](https://www.baeldung.com/java-string-encode-utf-8)
|
2019-10-31 21:43:47 -04:00
|
|
|
- More articles: [[<-- prev]](../core-java-string-operations)
|