java-tutorials/core-java-modules/core-java-string-operations-4/README.md

13 lines
1.0 KiB
Markdown
Raw Normal View History

### 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)
- [Check if a String Ends with a Certain Pattern in Java](https://www.baeldung.com/java-string-ends-pattern)
2023-05-27 06:37:03 -04:00
- [Check if a Character Is a Vowel in Java](https://www.baeldung.com/java-check-character-vowel)
- [How to Truncate a String in Java](https://www.baeldung.com/java-truncating-strings)
- [Remove Whitespace From a String in Java](https://www.baeldung.com/java-string-remove-whitespace)
- [Named Placeholders in String Formatting](https://www.baeldung.com/java-string-formatting-named-placeholders)