We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c480d4 commit 3b817aeCopy full SHA for 3b817ae
source/reference/operator/query/regex.txt
@@ -20,8 +20,13 @@ Definition
20
.. query:: $regex
21
22
Provides regular expression capabilities for pattern matching
23
- *strings* in queries. MongoDB uses Perl compatible regular
24
- expressions (i.e. "PCRE" ) version 8.41 with UTF-8 support.
+ *strings* in queries. In MongoDB 3.6-series,
+
25
+ - 3.6.16+ use Perl compatible regular expressions (i.e.
26
+ "PCRE" ) version 8.42 with UTF-8 support.
27
28
+ - 3.6.0-3.6.15 use Perl compatible regular expressions (i.e.
29
+ "PCRE" ) version 8.41 with UTF-8 support.
30
31
To use :query:`$regex`, use one of the following syntaxes:
32
0 commit comments