downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

MongoRegex::__construct> <MongoDate::__toString
Last updated: Fri, 13 Nov 2009

view this page in

The MongoRegex class

Introdução

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

Sinopse da classe

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

Índice



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, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites