Added entries for re, soundex modules.
This commit is contained in:
parent
38e0df330b
commit
6d659b3e51
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue