Package ortus.boxlang.runtime.operators
Class Contains
java.lang.Object
ortus.boxlang.runtime.operators.Contains
- All Implemented Interfaces:
IOperator
Performs String Contains check
a = "hello" contains "lo" or a = "hello" ct "LO" -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Contains
public Contains()
-
-
Method Details
-
invoke
- Parameters:
left- The left operandright- The right operand- Returns:
- true if right is contained within left case insensitive
-