Class StringOperators.RegexFind

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

public static class StringOperators.RegexFind extends Object
AggregationExpression for $regexFind which applies a regular expression (regex) to a string and returns information on the first matched substring.
NOTE: Requires MongoDB 4.0 or later.
Since:
3.3
Author:
Divya Srivastava