File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ \section{Standard Module \sectcode{string}}
44\stmodindex {string}
55
66This 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
1111The constants defined in this module are are:
1212
@@ -244,4 +244,4 @@ \section{Standard Module \sectcode{string}}
244244replaces parts of itself with the implementation from \code {strop}.
245245After initialization, there is \emph {no } overhead in using
246246\code {string} instead of \code {strop}.
247- \bimodindex {strop}
247+ \refbimodindex {strop}
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ \section{Standard Module \sectcode{string}}
44\stmodindex {string}
55
66This 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
1111The constants defined in this module are are:
1212
@@ -244,4 +244,4 @@ \section{Standard Module \sectcode{string}}
244244replaces parts of itself with the implementation from \code {strop}.
245245After initialization, there is \emph {no } overhead in using
246246\code {string} instead of \code {strop}.
247- \bimodindex {strop}
247+ \refbimodindex {strop}
You can’t perform that action at this time.
0 commit comments