76a4694c42
* Perform a null-check instead of catching NPE's * Use pre-compiled regular expressions and perform a null-check before testing it against the regex * Made the test usable with two modes, one using a single values and another one using a more realistic workload. * Upgraded the commons-lang version |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Java String Operations
This module contains articles about string operations.
Relevant Articles:
- Comparing Strings in Java
- Check If a String Is Numeric in Java
- Get Substring from String in Java
- Split a String in Java
- Common String Operations in Java
- Java toString() Method
- String Operations with Java Streams
- Adding a Newline Character to a String in Java
- Check If a String Contains a Substring
- Java Base64 Encoding and Decoding
- More articles: [next -->]