Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d2bdb6

Browse files
committed
Fixed index module reference.
Changed references to regex/regsub modules to point to re.
1 parent 3aa2895 commit 6d2bdb6

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Doc/lib/libstring.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ \section{Standard Module \sectcode{string}}
44
\stmodindex{string}
55

66
This module defines some constants useful for checking character
7-
classes and some useful string functions. See the modules
8-
\code{regex} and \code{regsub} for string functions based on regular
9-
expressions.
7+
classes and some useful string functions. See the module
8+
\code{re} for string functions based on regular expressions.
9+
\refstmodindex{re}
1010

1111
The constants defined in this module are are:
1212

@@ -244,4 +244,4 @@ \section{Standard Module \sectcode{string}}
244244
replaces parts of itself with the implementation from \code{strop}.
245245
After initialization, there is \emph{no} overhead in using
246246
\code{string} instead of \code{strop}.
247-
\bimodindex{strop}
247+
\refbimodindex{strop}

Doc/libstring.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ \section{Standard Module \sectcode{string}}
44
\stmodindex{string}
55

66
This module defines some constants useful for checking character
7-
classes and some useful string functions. See the modules
8-
\code{regex} and \code{regsub} for string functions based on regular
9-
expressions.
7+
classes and some useful string functions. See the module
8+
\code{re} for string functions based on regular expressions.
9+
\refstmodindex{re}
1010

1111
The constants defined in this module are are:
1212

@@ -244,4 +244,4 @@ \section{Standard Module \sectcode{string}}
244244
replaces parts of itself with the implementation from \code{strop}.
245245
After initialization, there is \emph{no} overhead in using
246246
\code{string} instead of \code{strop}.
247-
\bimodindex{strop}
247+
\refbimodindex{strop}

0 commit comments

Comments
 (0)