Class OperatorMatches

All Implemented Interfaces:
Opcodes, SpelNode

public class OperatorMatches extends Operator
Implements the matches operator. Matches takes two operands: The first is a String and the second is a Java regex. It will return true when SpelNodeImpl.getValue(org.springframework.expression.spel.ExpressionState) is called if the first operand matches the regex.
Since:
3.0
Author:
Andy Clement, Juergen Hoeller, Sam Brannen