diff options
author | Guido van Rossum <guido@python.org> | 1998-02-11 22:57:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-02-11 22:57:10 (GMT) |
commit | 6d659b3e51fa81a7db47a601c97aceb1c89ce42c (patch) | |
tree | 837a34f67b0a417f74f324384728c6fc72d57ff8 /Doc | |
parent | 38e0df330b7b78cd14fd3d55cbae810280daf26c (diff) | |
download | cpython-6d659b3e51fa81a7db47a601c97aceb1c89ce42c.zip cpython-6d659b3e51fa81a7db47a601c97aceb1c89ce42c.tar.gz cpython-6d659b3e51fa81a7db47a601c97aceb1c89ce42c.tar.bz2 |
Added entries for re, soundex modules.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libstrings.tex | 6 | ||||
-rw-r--r-- | Doc/libstrings.tex | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Doc/lib/libstrings.tex b/Doc/lib/libstrings.tex index ec4834b..411e415 100644 --- a/Doc/lib/libstrings.tex +++ b/Doc/lib/libstrings.tex @@ -8,6 +8,9 @@ manipulation operations. Here's an overview: \item[string] --- Common string operations. +\item[re] +--- New Perl-style regular expression search and match operations. + \item[regex] --- Regular expression search and match operations. @@ -20,4 +23,7 @@ manipulation operations. Here's an overview: \item[StringIO] --- Read and write strings as if they were files. +\item[soundex] +--- Compute hash values for English words. + \end{description} diff --git a/Doc/libstrings.tex b/Doc/libstrings.tex index ec4834b..411e415 100644 --- a/Doc/libstrings.tex +++ b/Doc/libstrings.tex @@ -8,6 +8,9 @@ manipulation operations. Here's an overview: \item[string] --- Common string operations. +\item[re] +--- New Perl-style regular expression search and match operations. + \item[regex] --- Regular expression search and match operations. @@ -20,4 +23,7 @@ manipulation operations. Here's an overview: \item[StringIO] --- Read and write strings as if they were files. +\item[soundex] +--- Compute hash values for English words. + \end{description} |