SyntaxFix
Write A Post
Hire A Developer
Questions
If your string is potentially null, consider using StringUtils.trim() - the null-safe version of String.trim().
null
StringUtils.trim()
String.trim()