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, 11 Dec 2009

view this page in

The MongoRegex class

Introduction

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

Class synopsis

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

Table of Contents



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