the result of trim() is ignored java code example
Example: the result o trim is ignored java
//String objects are immutable.
String output = StringUtils.trimWhitespace(input);
//String objects are immutable.
String output = StringUtils.trimWhitespace(input);