File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- \section {Built-in Module \module {re} }
2- \declaremodule {builtin}{re}
1+ \section {Standard Module \module {re} }
2+ \declaremodule {standard}{re}
3+ \moduleauthor {Andrew M. Kuchling}{
[email protected] }
4+ \sectionauthor {Andrew M. Kuchling}{
[email protected] }
35
46
5- \modulesynopsis {New Perl-style regular expression search and match operations.}
7+ \modulesynopsis {New Perl-style regular expression search and match
8+ operations.}
69
710
811This module provides regular expression matching operations similar to
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ \subsubsection{More String Operations}
435435Additional string operations are defined in standard module
436436\module {string} and in built-in module \module {re}.
437437\refstmodindex {string}
438- \refbimodindex {re}
438+ \refstmodindex {re}
439439
440440\subsubsection {Mutable Sequence Types }
441441
You can’t perform that action at this time.
0 commit comments