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