- All Implemented Interfaces:
- org.wso2.siddhi.core.executor.ExpressionExecutor, org.wso2.siddhi.core.util.extension.holder.EternalReferencedHolder, org.wso2.siddhi.core.util.snapshot.Snapshotable
public class ContainsFunctionExtension
extends org.wso2.siddhi.core.executor.function.FunctionExecutor
contains(inputSequence, searchingSequence)
This method returns true if and only if this string contains the specified sequence of char values.
searchingSequence - the sequence to search for. eg: "WSO2"
inputSequence - the input string eg: "21 products are produced by WSO2 currently"
Accept Type(s) for contains(inputSequence, searchingSequence);
inputSequence : STRING
searchingSequence : STRING
Return Type(s): BOOLEAN