Sidebar

Does QIE support other StringUtils that are not listed in the QIE Code Wizard StringUtils list?

0 votes
166 views
asked Feb 16, 2022 by gary-t-8719 (14,860 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

answered Feb 16, 2022 by gary-t-8719 (14,860 points)
...