Class StringOperators.RegexFindAll

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

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