1.2k questions
1.4k answers
361 comments
339 users
Yes, QIE supports all of the org.apache.commons.lang.StringUtils. A function not listed in QIE can be used by using StringUtils followed by a dot and the functionName (e.g. StringUtils.reverse(String)).
Here is a link to view more available String Utils from https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/org/apache/commons/lang/StringUtils.html