BSONRegex

object BSONRegex

BSONRegex factories & utilities

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(value: String, flags: String): BSONRegex

Returns a BSONRegex

Returns a BSONRegex

Returns the plain string representation for the given BSONRegex.

Returns the plain string representation for the given BSONRegex.

def unapply(that: Any): Option[(String, String)]

Extracts the regex value and flags if that's a BSONRegex.

Extracts the regex value and flags if that's a BSONRegex.