RegExp¶
A MongoDB regular expression.
A regular expression is composed of two strings: the pattern, and its options.
See also¶
-
BsonValue.decodeRegularExpressionPattern: Read the pattern. -
BsonValue.decodeRegularExpressionOptions: Read the options. -
BsonFieldWriter.writeRegularExpression: Write this type.