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