* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade * [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java * [JAVA-1657] Upgraded JUnit Jupiter version * [JAVA-1657] Get JUnit 4 dependency transitively
Java String Algorithms
This module contains articles about string-related algorithms.
Relevant Articles:
- How to Remove the Last Character of a String?
 - Add a Character to a String at a Given Position
 - Java Check a String for Lowercase/Uppercase Letter, Special Character and Digit
 - Remove or Replace Part of a String in Java
 - Replace a Character at a Specific Index in a String in Java
 - Join Array of Primitives with Separator in Java
 - Pad a String with Zeros or Spaces in Java
 - Remove Leading and Trailing Characters from a String
 - Counting Words in a String
 - Finding the Difference Between Two Strings in Java
 - More articles: [<-- prev]