String compare method in Groovy?
Hi,
In JDev 11.1.1.2, I used groovy script to disable/enable a button , like this
<af:commandButton text="Approve" id="cb4_1" disabled="#{bindings.FRAPPMNGR.inputValue == sessionScope.username)}" />
now I want to compare with case insensitive, in java it may be "str1.equalsIgnoreCase(str2)", but I don't know how to add this function in groovy script.
thanks,
zeroxin