Enumeration Caseswift-bson 0.3.1BSONABI
s
Enables dotall mode. ('.'
matches everything.)
case s
Enables dotall mode. ('.'
matches everything.)
case s
import BSONABI
Models the BSON type system and the binary interface of the BSON serialization format.
@frozen enum Option
A MongoDB regex matching option.
@frozen enum BSON
The namespace for all BSON types.
@frozen struct Regex
A MongoDB regex.
case i
Enables case-insensitive matching.
case l
Enables localization for \w
, \W
, etc.
case m
Enables multiline matching.
case u
Enables unicode awareness for \w
, \W
, etc.
case x
Enables verbose mode.