Top "Apache-commons-lang" questions

The standard Java libraries fail to provide enough methods for manipulation of its core classes.

Why was org.apache.common.lang3 StringEscapeUtils deprecated?

I couldn't find any explanation why StringEscapeUtils was deprecated from Apache Lang3 v3.7. https://commons.apache.org/proper/commons-lang/apidocs/…

java apache-commons apache-commons-lang apache-commons-lang3
masking a creditcard number in java

I tried to mask the characters in a creditcard number string using character 'X'.I wrote two functions as below .…

java masking apache-commons-lang
Alternative to using StringEscapeUtils.escapeJavaScript() in commons lang3

I've been tasked with updating our code from using org.apache.commons.lang to org.apache.commons.lang3 and I've …

java apache-commons-lang apache-commons-lang3
What sort of equality does the Apache Commons ObjectUtils equals method test for?

I have always understood there to be two types of equality in Java, value equality : uses the .equals() method to …

java equals apache-commons equality apache-commons-lang