mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
Added entries for re, soundex modules.
This commit is contained in:
parent
38e0df330b
commit
6d659b3e51
2 changed files with 12 additions and 0 deletions
|
@ -8,6 +8,9 @@ manipulation operations. Here's an overview:
|
||||||
\item[string]
|
\item[string]
|
||||||
--- Common string operations.
|
--- Common string operations.
|
||||||
|
|
||||||
|
\item[re]
|
||||||
|
--- New Perl-style regular expression search and match operations.
|
||||||
|
|
||||||
\item[regex]
|
\item[regex]
|
||||||
--- Regular expression search and match operations.
|
--- Regular expression search and match operations.
|
||||||
|
|
||||||
|
@ -20,4 +23,7 @@ manipulation operations. Here's an overview:
|
||||||
\item[StringIO]
|
\item[StringIO]
|
||||||
--- Read and write strings as if they were files.
|
--- Read and write strings as if they were files.
|
||||||
|
|
||||||
|
\item[soundex]
|
||||||
|
--- Compute hash values for English words.
|
||||||
|
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
|
@ -8,6 +8,9 @@ manipulation operations. Here's an overview:
|
||||||
\item[string]
|
\item[string]
|
||||||
--- Common string operations.
|
--- Common string operations.
|
||||||
|
|
||||||
|
\item[re]
|
||||||
|
--- New Perl-style regular expression search and match operations.
|
||||||
|
|
||||||
\item[regex]
|
\item[regex]
|
||||||
--- Regular expression search and match operations.
|
--- Regular expression search and match operations.
|
||||||
|
|
||||||
|
@ -20,4 +23,7 @@ manipulation operations. Here's an overview:
|
||||||
\item[StringIO]
|
\item[StringIO]
|
||||||
--- Read and write strings as if they were files.
|
--- Read and write strings as if they were files.
|
||||||
|
|
||||||
|
\item[soundex]
|
||||||
|
--- Compute hash values for English words.
|
||||||
|
|
||||||
\end{description}
|
\end{description}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue