regex – Tools for representing MongoDB regular expressions — PyMongo 3.11.0 documentation (original) (raw)

Warning

Python regular expressions use a different syntax and different set of flags than MongoDB, which uses PCRE. A regular expression retrieved from the server may not compile in Python, or may match a different set of strings in Python than when used in a MongoDB query. try_compile() may raisere.error.