Class LowerCase
- java.lang.Object
-
- io.appform.hope.core.functions.HopeFunction
-
- io.appform.hope.core.functions.impl.str.LowerCase
-
public class LowerCase extends HopeFunction
Returns lower caseStringValueof providedStringValueparameter.
-
-
Constructor Detail
-
LowerCase
public LowerCase(Value arg)
-
-
Method Detail
-
apply
public Value apply(Evaluator.EvaluationContext evaluationContext)
- Specified by:
applyin classHopeFunction
-
-