From 6d659b3e51fa81a7db47a601c97aceb1c89ce42c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 11 Feb 1998 22:57:10 +0000 Subject: [PATCH] Added entries for re, soundex modules. --- Doc/lib/libstrings.tex | 6 ++++++ Doc/libstrings.tex | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Doc/lib/libstrings.tex b/Doc/lib/libstrings.tex index ec4834b8c41..411e4154af1 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 ec4834b8c41..411e4154af1 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}