summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorJoey Payne <jyapayne@gmail.com>2016-06-11 18:59:41 -0600
committerJoey Payne <jyapayne@gmail.com>2016-06-13 20:54:58 -0600
commit84d9081e21783151b40c0320ca50df4845043559 (patch)
tree2098fe5a8c1b9d50ef5b443f86f94fd1775d75f0 /doc
parentf6e30981a84466aa0a0cf7d51023d5edbb3c2703 (diff)
downloadNim-84d9081e21783151b40c0320ca50df4845043559.tar.gz
Move partition and rpartition to new strmisc module
This was done because partition is an uncommonly used proc that is still
useful in rare cases. There is also a desire to add more procs to this
module at a later time.
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lib.rst b/doc/lib.rst
index f749763a5..66928055a 100644
--- a/doc/lib.rst
+++ b/doc/lib.rst
@@ -97,6 +97,10 @@ String handling
   case of a string, splitting a string into substrings, searching for
   substrings, replacing substrings.
 
+* `strmisc <strmisc.html>`_
+  This module contains uncommon string handling operations that do not
+  fit with the commonly used operations in strutils.
+
 * `parseutils <parseutils.html>`_
   This module contains helpers for parsing tokens, numbers, identifiers, etc.