2015-03-24 18:15:02 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-03-30 12:56:33 +00:00
|
|
|
<!-- $Revision$ -->
|
2015-03-24 18:15:02 +00:00
|
|
|
|
2015-09-23 15:35:13 +00:00
|
|
|
<phpdoc:classref xml:id="class.mongodb-bson-regex" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
2015-03-24 18:15:02 +00:00
|
|
|
|
2015-09-23 15:35:13 +00:00
|
|
|
<title>The MongoDB\BSON\Regex class</title>
|
|
|
|
<titleabbrev>MongoDB\BSON\Regex</titleabbrev>
|
2015-03-24 18:15:02 +00:00
|
|
|
|
|
|
|
<partintro>
|
|
|
|
|
2015-09-23 15:35:13 +00:00
|
|
|
<!-- {{{ MongoDB\BSON\Regex intro -->
|
|
|
|
<section xml:id="mongodb-bson-regex.intro">
|
2015-03-24 18:15:02 +00:00
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
2017-08-11 00:09:58 +00:00
|
|
|
BSON type for a regular expression pattern and optional
|
|
|
|
<link xlink:href="&url.mongodb.docs.regex;#op._S_options">flags</link>.
|
2015-03-24 18:15:02 +00:00
|
|
|
</para>
|
2017-08-11 00:09:58 +00:00
|
|
|
<note>
|
2018-01-26 20:52:05 +00:00
|
|
|
<simpara>
|
2017-08-11 00:09:58 +00:00
|
|
|
This BSON type is mainly used when querying the database. Alternatively,
|
|
|
|
the
|
|
|
|
<link xlink:href="&url.mongodb.docs;reference/operator/query/regex">$regex</link>
|
|
|
|
query operator may be used.
|
2018-01-26 20:52:05 +00:00
|
|
|
</simpara>
|
2017-08-11 00:09:58 +00:00
|
|
|
</note>
|
2015-03-24 18:15:02 +00:00
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
2015-09-23 15:35:13 +00:00
|
|
|
<section xml:id="mongodb-bson-regex.synopsis">
|
2015-03-24 18:15:02 +00:00
|
|
|
&reftitle.classsynopsis;
|
|
|
|
|
|
|
|
<!-- {{{ Synopsis -->
|
|
|
|
<classsynopsis>
|
2015-09-23 15:35:13 +00:00
|
|
|
<ooclass><classname>MongoDB\BSON\Regex</classname></ooclass>
|
2015-03-24 18:15:02 +00:00
|
|
|
|
|
|
|
<!-- {{{ Class synopsis -->
|
|
|
|
<classsynopsisinfo>
|
2018-03-14 17:24:49 +00:00
|
|
|
<modifier>final</modifier>
|
2015-03-24 18:15:02 +00:00
|
|
|
<ooclass>
|
2015-09-23 15:35:13 +00:00
|
|
|
<classname>MongoDB\BSON\Regex</classname>
|
2015-03-24 18:15:02 +00:00
|
|
|
</ooclass>
|
2017-08-28 21:41:45 +00:00
|
|
|
|
|
|
|
<oointerface>
|
|
|
|
<interfacename>MongoDB\BSON\RegexInterface</interfacename>
|
|
|
|
</oointerface>
|
|
|
|
|
2015-03-24 18:15:02 +00:00
|
|
|
<oointerface>
|
2015-09-23 15:35:13 +00:00
|
|
|
<interfacename>MongoDB\BSON\Type</interfacename>
|
2015-03-24 18:15:02 +00:00
|
|
|
</oointerface>
|
2017-01-19 21:55:49 +00:00
|
|
|
|
|
|
|
<oointerface>
|
|
|
|
<interfacename>Serializable</interfacename>
|
|
|
|
</oointerface>
|
2017-01-20 16:51:04 +00:00
|
|
|
|
|
|
|
<oointerface>
|
|
|
|
<interfacename>JsonSerializable</interfacename>
|
|
|
|
</oointerface>
|
2015-03-24 18:15:02 +00:00
|
|
|
</classsynopsisinfo>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
2015-09-23 15:35:13 +00:00
|
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-bson-regex')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
|
2015-03-24 18:15:02 +00:00
|
|
|
</classsynopsis>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
2017-01-19 21:55:49 +00:00
|
|
|
<section role="changelog">
|
|
|
|
&reftitle.changelog;
|
|
|
|
<para>
|
|
|
|
<informaltable>
|
|
|
|
<tgroup cols="2">
|
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>&Version;</entry>
|
|
|
|
<entry>&Description;</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
|
|
|
<entry>1.2.0</entry>
|
|
|
|
<entry>
|
2017-01-20 16:51:04 +00:00
|
|
|
Implements <interfacename>Serializable</interfacename> and
|
|
|
|
<interfacename>JsonSerializable</interfacename>.
|
2017-01-19 21:55:49 +00:00
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</informaltable>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2015-03-24 18:15:02 +00:00
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.mongodb.bson.entities.regex;
|
|
|
|
|
|
|
|
</phpdoc:classref>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|