Class StringOperators.ReplaceAll

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

public static class StringOperators.ReplaceAll extends Object
AggregationExpression for $replaceAll which replaces all instances of a search string in an input string with a replacement string.
NOTE: Requires MongoDB 4.4 or later.
Since:
3.4
Author:
Divya Srivastava, Christoph Strobl