Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 22903 программиста и 1527 роботов. Сейчас ищут 696 программистов ...
Приступая к работе

The MongoRegex class

Вернуться к: Types

(PECL mongo >=0.8.1)

Внимание

This extension that defines this class is deprecated. Instead, the MongoDB extension should be used. Alternatives to this class include:

Введение

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.

Пример #1 Regular expression pattern

/pattern/flags

MongoDB 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

Обзор классов

MongoRegex {
/* Fields */
public string $regex ;
public string $flags ;
/* Методы */
public __construct ( string $regex )
public string __toString ( void )
}

Содержание



Вернуться к: Types

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware