Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Split

Index

Properties

Properties

$split: [StringExpression<string>, StringExpression<string>]

Splits a string into substrings based on a delimiter. Returns an array of substrings. If the delimiter is not found within the string, returns an array containing the original string.

version

3.4

see

https://docs.mongodb.com/manual/reference/operator/aggregation/split/#mongodb-expression-exp.-split

Generated using TypeDoc