Class StringOperators.RegexMatch

java.lang.Object
org.springframework.data.mongodb.core.aggregation.StringOperators.RegexMatch
All Implemented Interfaces:
AggregationExpression, MongoExpression
Enclosing class:
StringOperators

public static class StringOperators.RegexMatch extends Object
AggregationExpression for $regexMatch which applies a regular expression (regex) to a string and returns a boolean that indicates if a match is found or not.
NOTE: Requires MongoDB 4.0 or later.
Since:
3.3
Author:
Divya Srivastava