- Reference >
- Operators >
- Aggregation Pipeline Operators >
- $substr (aggregation)
$substr (aggregation)¶
On this page
Definition¶
-
$substr
¶ Deprecated since version 3.4:
$substr
is now an alias for$substrBytes
.Returns a substring of a string, starting at a specified index position and including the specified number of characters. The index is zero-based.
$substr
has the following syntax:The arguments can be any valid expression as long as the first argument resolves to a string, and the second and third arguments resolve to integers. For more information on expressions, see Expressions.