suche nach in der

MongoRegex::__construct> <MongoDate::__toString
Last updated: Fri, 18 May 2012

view this page in

The MongoRegex class

(No version information available, might only be in SVN)

Einführung

This class can be used to create regular expressions. Typically, these expressions will be used to query the database and find matching strings. More unusually, they can be saved to the database and retrieved.

Mongo recognizes six regular expression flags:

  • i

    Case insensitive

  • m

    Multiline

  • x

    Can contain comments

  • l

    locale

  • s

    dotall, "." matches everything, including newlines

  • u

    match unicode

Klassenbeschreibung

MongoRegex {
/* Fields */
public string $regex ;
public string $flags ;
/* Methoden */
public __construct ( string $regex )
public string __toString ( void )
}

Inhaltsverzeichnis



add a note add a note User Contributed Notes
MongoRegex
There are no user contributed notes for this page.

MongoRegex::__construct> <MongoDate::__toString
Last updated: Fri, 18 May 2012