2019-08-02 00:44:32 -04:00
|
|
|
=========
|
|
|
|
|
|
|
|
## Java Strings Cookbooks and Examples
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2019-10-02 13:30:08 -04:00
|
|
|
- [Convert char to String in Java](https://www.baeldung.com/java-convert-char-to-string)
|
|
|
|
- [Convert String to int or Integer in Java](https://www.baeldung.com/java-convert-string-to-int-or-integer)
|
2019-08-02 00:44:32 -04:00
|
|
|
- [Java String Conversions](https://www.baeldung.com/java-string-conversions)
|
2019-10-02 13:30:08 -04:00
|
|
|
- [Check if a String is a Palindrome](https://www.baeldung.com/java-palindrome)
|
|
|
|
- [Comparing Strings in Java](https://www.baeldung.com/java-compare-strings)
|
|
|
|
- [Check If a String Is Numeric in Java](https://www.baeldung.com/java-check-string-number)
|
2019-08-02 00:44:32 -04:00
|
|
|
- [Get Substring from String in Java](https://www.baeldung.com/java-substring)
|
2019-10-02 13:30:08 -04:00
|
|
|
- [How to Remove the Last Character of a String?](https://www.baeldung.com/java-remove-last-character-of-string)
|
2019-08-02 00:44:32 -04:00
|
|
|
- [Add a Character to a String at a Given Position](https://www.baeldung.com/java-add-character-to-string)
|
2019-10-02 13:30:08 -04:00
|
|
|
- [Count Occurrences of a Char in a String](https://www.baeldung.com/java-count-chars)
|
|
|
|
- [Guide to Java String Pool](https://www.baeldung.com/java-string-pool)
|
|
|
|
- [Split a String in Java](https://www.baeldung.com/java-split-string)
|
2019-08-02 00:44:32 -04:00
|
|
|
- [Common String Operations in Java](https://www.baeldung.com/java-string-operations)
|
|
|
|
- [Convert String to Byte Array and Reverse in Java](https://www.baeldung.com/java-string-to-byte-array)
|
|
|
|
- [Java toString() Method](https://www.baeldung.com/java-tostring)
|
2019-10-02 13:30:08 -04:00
|
|
|
- [CharSequence vs. String in Java](https://www.baeldung.com/java-char-sequence-string)
|
|
|
|
- [StringBuilder and StringBuffer in Java](https://www.baeldung.com/java-string-builder-string-buffer)
|