Class PseudoFunctions.CONTAINS
- Enclosing interface:
PseudoFunctions
Selects all elements that contain the specified text.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PseudoFunction
getPseudoFunctionName, matchInRange
-
Constructor Details
-
CONTAINS
public CONTAINS()
-
-
Method Details
-
parseExpression
Description copied from class:PseudoFunctionParses expression before usage.- Specified by:
parseExpressionin classPseudoFunction<String>
-
match
Description copied from class:PseudoFunctionMatches node using provided parsed expression.- Specified by:
matchin classPseudoFunction<String>
-