aboutsummaryrefslogtreecommitdiff
path: root/docs/library/ure.rst
AgeCommit message (Expand)Author
2018-07-02docs/ure: Document some more supported regex operators.Damien George
2018-07-02docs/ure: Document sub(), groups(), span(), start() and end().Damien George
2017-11-08docs/ure: Emphasize not supported features more.Paul Sokolovsky
2017-11-04docs/ure: Add flags arg to ure.compile(), mention that ure.DEBUG is optional.Paul Sokolovsky
2017-10-31docs/ure: Add "|" (alternative) to the list of supported operators.Paul Sokolovsky
2017-07-02docs/library: Add CPython docs xref to each pertinent module.Paul Sokolovsky
2017-07-02docs/ure: Elaborate doc, update markup to the latest conventions.Paul Sokolovsky
2016-06-07docs/ure: Typo fix.Paul Sokolovsky
2014-12-04docs: Add skeleton docs for ure module.Paul Sokolovsky