BSONRegex

reactivemongo.api.bson.BSONRegex$
See theBSONRegex companion class
object BSONRegex

BSONRegex factories & utilities

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

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

Returns a BSONRegex

Returns a BSONRegex

Attributes

Returns the plain string representation for the given BSONRegex.

Returns the plain string representation for the given BSONRegex.

Attributes

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.

Attributes