2020-07-21 22:16:18 +08:00
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
- [Version Comparison in Java](https://www.baeldung.com/java-comparing-versions)
|
2020-11-11 20:13:52 +08:00
|
|
|
- [Java (String) or .toString()?](https://www.baeldung.com/java-string-casting-vs-tostring)
|
2021-04-29 05:23:12 +08:00
|
|
|
- [Split Java String by Newline](https://www.baeldung.com/java-string-split-by-newline)
|
2021-05-20 01:22:21 +08:00
|
|
|
- [Split a String in Java and Keep the Delimiters](https://www.baeldung.com/java-split-string-keep-delimiters)
|
2021-08-18 13:11:58 +08:00
|
|
|
- [Validate String as Filename in Java](https://www.baeldung.com/java-validate-filename)
|
2021-09-22 22:55:58 +08:00
|
|
|
- [Count Spaces in a Java String](https://www.baeldung.com/java-string-count-spaces)
|
2021-10-21 22:06:53 +08:00
|
|
|
- [Remove Accents and Diacritics From a String in Java](https://www.baeldung.com/java-remove-accents-from-text)
|
2021-11-04 00:45:13 +08:00
|
|
|
- [Remove Beginning and Ending Double Quotes from a String](https://www.baeldung.com/java-remove-start-end-double-quote)
|
2021-11-04 00:47:30 +08:00
|
|
|
- [Splitting a Java String by Multiple Delimiters](https://www.baeldung.com/java-string-split-multiple-delimiters)
|
2021-11-10 19:33:10 +08:00
|
|
|
- [Split a String Only on the First Occurrence of Delimiter](https://www.baeldung.com/java-split-string-first-delimiter)
|