Commit 5fe0b47f authored by Guido van Rossum's avatar Guido van Rossum

Added entries for re, soundex modules.

parent 36c48e50
......@@ -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}
......@@ -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}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment