Added entries for re, soundex modules.

This commit is contained in:
Guido van Rossum 1998-02-11 22:57:10 +00:00
parent 38e0df330b
commit 6d659b3e51
2 changed files with 12 additions and 0 deletions

View File

@ -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}

View File

@ -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}