mirror of
https://github.com/python/cpython.git
synced 2025-09-07 17:32:01 +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]
|
||||
--- 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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue