1515 | | The regular expression syntax is that of the database backend in use. In the |
1516 | | case of SQLite, which doesn't natively support regular-expression lookups, the |
1517 | | syntax is that of Python's ``re`` module. |
| 1515 | The regular expression syntax is that of the database backend in use. |
| 1516 | In the case of SQLite, which has no built in regular expression support, |
| 1517 | this feature is provided by a (Python) user-defined REGEXP function, and |
| 1518 | the regular expression syntax is therefore that of Python's ``re`` module. |