diff options
author | Araq <rumpf_a@web.de> | 2011-12-27 19:22:46 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-12-27 19:22:46 +0100 |
commit | b336bf4039f3bc428f0a6690bf448f1e0b447c4b (patch) | |
tree | 93224405b04a09225f7a278ae99c340d9d8faa4b /doc/lib.txt | |
parent | 76f91b90e2a411a6d2ca82f075f55abe63d8f6a5 (diff) | |
download | Nim-b336bf4039f3bc428f0a6690bf448f1e0b447c4b.tar.gz |
added support for advanced substitution expressions
Diffstat (limited to 'doc/lib.txt')
-rwxr-xr-x | doc/lib.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 775223fc1..46c403ed5 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -108,6 +108,9 @@ String handling * `matchers <matchers.html>`_ This module contains various string matchers for email addresses, etc. +* `subexes <subexes.html>`_ + This module implements advanted string substitution operations. + Generic Operating System Services --------------------------------- |