better docs: strtabs (#10704)

This commit is contained in:
Miran
2019-02-19 12:49:47 +01:00
committed by GitHub
parent 8cf97908cc
commit 51f516e030
2 changed files with 213 additions and 109 deletions

View File

@@ -137,8 +137,7 @@ String handling
* `strtabs <strtabs.html>`_
The ``strtabs`` module implements an efficient hash table that is a mapping
from strings to strings. Supports a case-sensitive, case-insensitive and
style-insensitive mode. An efficient string substitution operator ``%``
for the string table is also provided.
style-insensitive modes.
* `unicode <unicode.html>`_
This module provides support to handle the Unicode UTF-8 encoding.