1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
270 views
by gary-t-8719 (15.1k points)

1 Answer

0 votes

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

by gary-t-8719 (15.1k points)
...