Fixed index module reference.

Changed references to regex/regsub modules to point to re.
This commit is contained in:
Fred Drake 1997-12-16 04:04:25 +00:00
parent 3aa289537c
commit 6d2bdb682d
2 changed files with 8 additions and 8 deletions

View File

@ -4,9 +4,9 @@
\stmodindex{string} \stmodindex{string}
This module defines some constants useful for checking character This module defines some constants useful for checking character
classes and some useful string functions. See the modules classes and some useful string functions. See the module
\code{regex} and \code{regsub} for string functions based on regular \code{re} for string functions based on regular expressions.
expressions. \refstmodindex{re}
The constants defined in this module are are: The constants defined in this module are are:
@ -244,4 +244,4 @@ should \emph{never} import the latter module directly. When
replaces parts of itself with the implementation from \code{strop}. replaces parts of itself with the implementation from \code{strop}.
After initialization, there is \emph{no} overhead in using After initialization, there is \emph{no} overhead in using
\code{string} instead of \code{strop}. \code{string} instead of \code{strop}.
\bimodindex{strop} \refbimodindex{strop}

View File

@ -4,9 +4,9 @@
\stmodindex{string} \stmodindex{string}
This module defines some constants useful for checking character This module defines some constants useful for checking character
classes and some useful string functions. See the modules classes and some useful string functions. See the module
\code{regex} and \code{regsub} for string functions based on regular \code{re} for string functions based on regular expressions.
expressions. \refstmodindex{re}
The constants defined in this module are are: The constants defined in this module are are:
@ -244,4 +244,4 @@ should \emph{never} import the latter module directly. When
replaces parts of itself with the implementation from \code{strop}. replaces parts of itself with the implementation from \code{strop}.
After initialization, there is \emph{no} overhead in using After initialization, there is \emph{no} overhead in using
\code{string} instead of \code{strop}. \code{string} instead of \code{strop}.
\bimodindex{strop} \refbimodindex{strop}