object BsonRegularExpression
Companion helper for a BsonRegularExpression
- Since
1.0
- Alphabetic
- By Inheritance
- BsonRegularExpression
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
apply(value: String, options: String): BsonRegularExpression
Creates a new
BsonRegularExpression
Creates a new
BsonRegularExpression
- value
the Regex string.
- options
the regex options tring
- returns
the BsonRegularExpression
-
def
apply(value: String): BsonRegularExpression
Creates a new
BsonRegularExpression
Creates a new
BsonRegularExpression
- value
the Regex string.
- returns
the BsonRegularExpression
-
def
apply(value: Regex): BsonRegularExpression
Creates a new
BsonRegularExpression
Creates a new
BsonRegularExpression
- value
the
Regex
.- returns
the BsonRegularExpression
This is the documentation for the MongoDB Scala driver.
Driver structure
The mongodb scala driver.
To get started you need a MongoClient instance, either from a connection string or via a org.mongodb.scala.MongoClientSettings.
Notable packages include: