Operations on {@link java.lang.String} that are{@code null} safe.
The {@code StringUtils} class defines certain words related toString handling.
{@code StringUtils} handles {@code null} input Strings quietly.That is to say that a {@code null} input will return {@code null}. Where a {@code boolean} or {@code int} is being returneddetails vary by method.
A side effect of the {@code null} handling is that a{@code NullPointerException} should be considered a bug in{@code StringUtils}.
Methods in this class give sample code to explain their operation. The symbol {@code *} is used to indicate any input including {@code null}.
#ThreadSafe#
@see java.lang.String @since 1.0 @version $Id: StringUtils.java 1153241 2011-08-02 18:49:52Z ggregory $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|