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

Skip to content

Commit 66da9d6

Browse files
committed
re is standard, not built-in.
1 parent ed9dcc1 commit 66da9d6

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Doc/lib/libre.tex

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
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

811
This module provides regular expression matching operations similar to

Doc/lib/libstdtypes.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ \subsubsection{More String Operations}
435435
Additional 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

0 commit comments

Comments
 (0)