Packages

o

org.mongodb.scala.bson

BsonRegularExpression

object BsonRegularExpression

Companion helper for a BsonRegularExpression

Since

1.0

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BsonRegularExpression
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. 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

  2. def apply(value: String): BsonRegularExpression

    Creates a new BsonRegularExpression

    Creates a new BsonRegularExpression

    value

    the Regex string.

    returns

    the BsonRegularExpression

  3. def apply(value: Regex): BsonRegularExpression

    Creates a new BsonRegularExpression

    Creates a new BsonRegularExpression

    value

    the Regex.

    returns

    the BsonRegularExpression