Skip to content

Commit cc1465c

Browse files
committed
DOCS-9218: Upgrade PCRE to 8.39
1 parent f06b227 commit cc1465c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/operator/query/regex.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Definition
1717

1818
Provides regular expression capabilities for pattern matching
1919
*strings* in queries. MongoDB uses Perl compatible regular
20-
expressions (i.e. "PCRE" ) version 8.38 with UTF-8 support.
20+
expressions (i.e. "PCRE" ) version 8.39 with UTF-8 support.
2121

2222
To use :query:`$regex`, use one of the following syntax:
2323

0 commit comments

Comments
 (0)