Creates new AggregationExpression that takes the associated string representation and searches a string
for an occurrence of a substring resulting from the given AggregationExpression and returns the UTF-8
byte index (zero-based) of the first occurrence.
Creates new AggregationExpression that takes the associated string representation and searches a string
for an occurrence of a substring contained in the given field reference and returns the UTF-8 byte
index (zero-based) of the first occurrence.
Creates new AggregationExpression that takes the associated string representation and searches a string
for an occurrence of a given substring and returns the UTF-8 byte index (zero-based) of the first
occurrence.
Creates new AggregationExpression that takes the associated string representation and searches a string
for an occurrence of a substring resulting from the given AggregationExpression and returns the UTF-8
code point index (zero-based) of the first occurrence.
Creates new AggregationExpression that takes the associated string representation and searches a string
for an occurrence of a substring contained in the given field reference and returns the UTF-8 code
point index (zero-based) of the first occurrence.
Creates new AggregationExpression that takes the associated string representation and searches a string
for an occurrence of a given substring and returns the UTF-8 code point index (zero-based) of the
first occurrence.
Creates new AggregationExpression that takes the associated string representation and trims the character
sequence resulting from the given AggregationExpression from the beginning.
Creates new AggregationExpression that takes the associated string representation and trims the character
sequence resulting from the given AggregationExpression from the end.
Creates new AggregationExpression that divides the associated string representation into an array of
substrings based on a delimiter resulting from the given AggregationExpression.
Creates new AggregationExpression that divides the associated string representation into an array of
substrings based on the delimiter resulting from the referenced field..
Creates new AggregationExpression that takes the associated string representation and performs
case-insensitive comparison to the result of the given AggregationExpression.
Creates new AggregationExpression that takes the associated string representation and performs
case-insensitive comparison to the referenced fieldReference.
Creates new AggregationExpression that takes the associated string representation and returns a substring
starting at a specified index position including the specified number of characters.
Creates new AggregationExpression that takes the associated string representation and returns a substring
starting at a specified code point index position.
substringCP(int codePointStart,
int nrOfCodePoints)
Creates new AggregationExpression that takes the associated string representation and returns a substring
starting at a specified code point index position including the specified number of code points.
Creates new AggregationExpression that takes the associated string representation and trims the character
sequence resulting from the given AggregationExpression from the beginning and end.
Creates new AggregationExpression that takes the associated string representation and returns a substring
starting at a specified index position including the specified number of characters.
Creates new AggregationExpression that takes the associated string representation and performs
case-insensitive comparison to the referenced fieldReference.
Creates new AggregationExpression that takes the associated string representation and performs
case-insensitive comparison to the result of the given AggregationExpression.
Creates new AggregationExpression that takes the associated string representation and searches a string
for an occurrence of a given substring and returns the UTF-8 byte index (zero-based) of the first
occurrence.
Creates new AggregationExpression that takes the associated string representation and searches a string
for an occurrence of a substring contained in the given field reference and returns the UTF-8 byte
index (zero-based) of the first occurrence.
Creates new AggregationExpression that takes the associated string representation and searches a string
for an occurrence of a substring resulting from the given AggregationExpression and returns the UTF-8
byte index (zero-based) of the first occurrence.
Creates new AggregationExpression that takes the associated string representation and searches a string
for an occurrence of a given substring and returns the UTF-8 code point index (zero-based) of the
first occurrence.
Creates new AggregationExpression that takes the associated string representation and searches a string
for an occurrence of a substring contained in the given field reference and returns the UTF-8 code
point index (zero-based) of the first occurrence.
Creates new AggregationExpression that takes the associated string representation and searches a string
for an occurrence of a substring resulting from the given AggregationExpression and returns the UTF-8
code point index (zero-based) of the first occurrence.
Creates new AggregationExpression that divides the associated string representation into an array of
substrings based on the delimiter resulting from the referenced field..
Creates new AggregationExpression that divides the associated string representation into an array of
substrings based on a delimiter resulting from the given AggregationExpression.
Creates new AggregationExpression that takes the associated string representation and returns a substring
starting at a specified code point index position.
Creates new AggregationExpression that takes the associated string representation and returns a substring
starting at a specified code point index position including the specified number of code points.
Creates new AggregationExpression that takes the associated string representation and trims whitespaces
from the beginning and end. NOTE: Requires MongoDB 4.0 or later.
Creates new AggregationExpression that takes the associated string representation and trims the given
character sequence from the beginning and end. NOTE: Requires MongoDB 4.0 or later.
Creates new AggregationExpression that takes the associated string representation and trims the character
sequence resulting from the given AggregationExpression from the beginning and end. NOTE: Requires MongoDB 4.0 or later.
Creates new AggregationExpression that takes the associated string representation and trims whitespaces
from the beginning. NOTE: Requires MongoDB 4.0 or later.
Creates new AggregationExpression that takes the associated string representation and trims the given
character sequence from the beginning. NOTE: Requires MongoDB 4.0 or later.
Creates new AggregationExpression that takes the associated string representation and trims the character
sequence resulting from the given AggregationExpression from the beginning. NOTE: Requires MongoDB 4.0 or later.
Creates new AggregationExpression that takes the associated string representation and trims whitespaces
from the end. NOTE: Requires MongoDB 4.0 or later.
Creates new AggregationExpression that takes the associated string representation and trims the given
character sequence from the end. NOTE: Requires MongoDB 4.0 or later.
Creates new AggregationExpression that takes the associated string representation and trims the character
sequence resulting from the given AggregationExpression from the end. NOTE: Requires MongoDB 4.0 or later.