]> granicus.if.org Git - python/commitdiff
Added entries for re, soundex modules.
authorGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:57:10 +0000 (22:57 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Feb 1998 22:57:10 +0000 (22:57 +0000)
Doc/lib/libstrings.tex
Doc/libstrings.tex

index ec4834b8c4103a1c34df9c400e91480413bbe26b..411e4154af1cab8a37f7868b357aedf8482388ba 100644 (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}
index ec4834b8c4103a1c34df9c400e91480413bbe26b..411e4154af1cab8a37f7868b357aedf8482388ba 100644 (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}