MongoRegex ��

(PECL mongo >=0.8.1)

Warning

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

���

��������ڴ���һ��������ʽ�� ͨ����Щ���ʽ���ڲ�ѯ���ݿ���ƥ����ַ����������õ��ǣ����ǿ��Ա��浽���ݿⲢ���ڼ�����

������ʽ���IJ�����ɡ� ���� / ��Ϊ��ʼ�ķָ�����Ȼ���� pattern����һ�� / �Լ������� flag ���ַ�����

Example #1 ������ʽ

/pattern/flags

Mongo �ܹ�ʶ������������ʽ��ǣ�flag����

  • i����Сд������

  • m������

  • x���ܹ�����ע��

  • l�����Ի���

  • s��dotall��"." ƥ���κ��ַ����������з���

  • u��ƥ�� Unicode

��ժҪ

MongoRegex {
/* �ֶ� */
public string $regex ;
public string $flags ;
/* ���� */
public __construct ( string $regex )
public __toString ( void ) : string
}

Table of Contents