API 参考
    正在准备搜索索引...

    A class representation of the BSON RegExp type.

    层级 (查看层级一览)

    索引

    构造函数

    属性

    访问器

    方法

    构造函数

    • 参数

      • pattern: string

        The regular expression pattern to match

      • 可选options: string

        The regular expression options

      返回 BSONRegExp

    属性

    options: string
    pattern: string

    访问器

    • get _bsontype(): "BSONRegExp"

      返回 "BSONRegExp"

    方法

    • 返回 string

    • 参数

      • 可选options: string

      返回 string