(PECL mongo >=0.8.1)
Examples:
Regular expression pattern

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.

Regular expressions consist of four parts. First a / as starting delimiter, then the pattern, another / and finally a string containing flags.

/pattern/flags
MongoRegex::__construct

(PECL mongo >= 0.8.1) Creates a new regular expression

2016-02-24 16:20:50
MongoRegex::__toString

(PECL mongo >= 0.8.1) A string representation of this regular expression

2016-02-24 16:20:50