2019-08-02 10:11:16 -04:00
|
|
|
|
## Relevant Articles:
|
2019-05-12 10:34:31 -04:00
|
|
|
|
|
|
|
|
|
- [Java Localization – Formatting Messages](https://www.baeldung.com/java-localization-messages-formatting)
|
2019-05-12 10:29:53 -04:00
|
|
|
|
- [Check If a String Contains a Substring](https://www.baeldung.com/java-string-contains-substring)
|
2019-05-19 01:35:16 -04:00
|
|
|
|
- [Removing Stopwords from a String in Java](https://www.baeldung.com/java-string-remove-stopwords)
|
2019-08-02 00:44:32 -04:00
|
|
|
|
- [Java – Generate Random String](http://www.baeldung.com/java-random-string)
|
|
|
|
|
- [Image to Base64 String Conversion](http://www.baeldung.com/java-base64-image-string)
|
|
|
|
|
- [Java Base64 Encoding and Decoding](https://www.baeldung.com/java-base64-encode-and-decode)
|
|
|
|
|
- [Generate a Secure Random Password in Java](https://www.baeldung.com/java-generate-secure-password)
|
|
|
|
|
- [Removing Repeated Characters from a String](https://www.baeldung.com/java-remove-repeated-char)
|
|
|
|
|
- [Join Array of Primitives with Separator in Java](https://www.baeldung.com/java-join-primitive-array)
|
|
|
|
|
- [Pad a String with Zeros or Spaces in Java](https://www.baeldung.com/java-pad-string)
|
|
|
|
|
- [Remove Emojis from a Java String](https://www.baeldung.com/java-string-remove-emojis)
|
|
|
|
|
- [Convert a Comma Separated String to a List in Java](https://www.baeldung.com/java-string-with-separator-to-list)
|
|
|
|
|
- [Guide to java.util.Formatter](http://www.baeldung.com/java-string-formatter)
|
|
|
|
|
- [Remove Leading and Trailing Characters from a String](https://www.baeldung.com/java-remove-trailing-characters)
|
|
|
|
|
- [Concatenating Strings In Java](https://www.baeldung.com/java-strings-concatenation)
|
|
|
|
|
- [Java String Interview Questions and Answers](https://www.baeldung.com/java-string-interview-questions)
|
|
|
|
|
- [Check if a String is a Pangram in Java](https://www.baeldung.com/java-string-pangram)
|
|
|
|
|
- [Check If a String Contains Multiple Keywords](https://www.baeldung.com/string-contains-multiple-words)
|
2019-08-02 10:22:40 -04:00
|
|
|
|
- [Checking for Empty or Blank Strings in Java](https://www.baeldung.com/java-blank-empty-strings)
|
2019-07-15 07:13:32 -04:00
|
|
|
|
- [String Initialization in Java](https://www.baeldung.com/java-string-initialization)
|
2019-08-02 09:48:49 -04:00
|
|
|
|
- [Java Multi-line String](https://www.baeldung.com/java-multiline-string)
|
2019-08-02 09:49:32 -04:00
|
|
|
|
- [Checking If a String Is a Repeated Substring](https://www.baeldung.com/java-repeated-substring)
|
2019-08-02 10:11:01 -04:00
|
|
|
|
- [How to Reverse a String in Java](https://www.baeldung.com/java-reverse-string)
|
2019-08-13 07:39:08 -04:00
|
|
|
|
- [String toLowerCase and toUpperCase Methods in Java](https://www.baeldung.com/java-string-convert-case)
|