2021-11-15 10:15:35 -03:00
|
|
|
### Relevant Articles:
|
|
|
|
|
2021-11-18 01:12:46 +08:00
|
|
|
- [Ignoring Commas in Quotes When Splitting a Comma-separated String](https://www.baeldung.com/java-split-string-commas)
|
2021-11-24 13:56:24 +08:00
|
|
|
- [Compare Strings While Ignoring Whitespace in Java](https://www.baeldung.com/java-compare-string-whitespace)
|
2021-12-01 16:33:28 +08:00
|
|
|
- [Concatenating Null Strings in Java](https://www.baeldung.com/java-concat-null-string)
|
2022-01-05 20:38:06 +08:00
|
|
|
- [Split a String Every n Characters in Java](https://www.baeldung.com/java-string-split-every-n-characters)
|
2022-01-05 20:40:01 +08:00
|
|
|
- [String equals() Vs contentEquals() in Java](https://www.baeldung.com/java-string-equals-vs-contentequals)
|
2022-01-08 22:34:43 -06:00
|
|
|
- [Check if a String Ends with a Certain Pattern in Java](https://www.baeldung.com/java-string-ends-pattern)
|
2023-05-27 16:07:03 +05:30
|
|
|
- [Check if a Character Is a Vowel in Java](https://www.baeldung.com/java-check-character-vowel)
|
2022-07-14 08:41:09 +05:00
|
|
|
- [How to Truncate a String in Java](https://www.baeldung.com/java-truncating-strings)
|
2022-07-28 23:15:33 +05:00
|
|
|
- [Remove Whitespace From a String in Java](https://www.baeldung.com/java-string-remove-whitespace)
|
2022-08-17 16:27:03 +05:00
|
|
|
- [Named Placeholders in String Formatting](https://www.baeldung.com/java-string-formatting-named-placeholders)
|