diff options
author | narimiran <narimiran@disroot.org> | 2019-01-08 17:04:07 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-01-10 09:17:12 +0100 |
commit | da57c0ab99eadaee1aaecfab1688a9382e96edb9 (patch) | |
tree | 1aaf5e2d769329486e703a56fe129b777140b19f /doc/lib.rst | |
parent | 87232a38e4fc40a3acb154a78bf32f8ea5734d13 (diff) | |
download | Nim-da57c0ab99eadaee1aaecfab1688a9382e96edb9.tar.gz |
remove `subexes`
Diffstat (limited to 'doc/lib.rst')
-rw-r--r-- | doc/lib.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index a16bf2677..569e3f845 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -141,9 +141,6 @@ String handling Ropes can represent very long strings efficiently; especially concatenation is done in O(1) instead of O(n). -* `subexes <subexes.html>`_ - This module implements advanced string substitution operations. - * `std/editdistance <editdistance.html>`_ This module contains an algorithm to compute the edit distance between two Unicode strings. |