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

Skip to content

Commit 38e0df3

Browse files
committed
Some subtleties suggested by Tamito Kajiyama, including an added
\nodename macro for a section with a very underscriptive title.
1 parent f5370f4 commit 38e0df3

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Doc/lib/libregex.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@ \subsection{Regular Expressions}
137137
contents of a group can be matched later in the string with the
138138
\code{\e [1-9]} special sequence, described next.
139139
%
140-
{\fulllineitems\item[\code{\e \e 1, ... \e \e 7, \e 8, \e 9}]
140+
\fulllineitems\item[\code{\e \e 1, ... \e \e 7, \e 8, \e 9}]
141141
Matches the contents of the group of the same
142142
number. For example, \code{\e (.+\e ) \e \e 1} matches 'the the' or
143143
'55 55', but not 'the end' (note the space after the group). This
144144
special sequence can only be used to match one of the first 9 groups;
145145
groups with higher numbers can be matched using the \code{\e v}
146146
sequence. (\code{\e 8} and \code{\e 9} don't need a double backslash
147-
because they are not octal digits.)}
147+
because they are not octal digits.)
148148
%
149149
\item[\code{\e \e b}] Matches the empty string, but only at the
150150
beginning or end of a word. A word is defined as a sequence of
@@ -182,6 +182,7 @@ \subsection{Regular Expressions}
182182
\end{itemize}
183183

184184
\subsection{Module Contents}
185+
\nodename{Contents of Module regex}
185186

186187
The module defines these functions, and an exception:
187188

Doc/libregex.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@ \subsection{Regular Expressions}
137137
contents of a group can be matched later in the string with the
138138
\code{\e [1-9]} special sequence, described next.
139139
%
140-
{\fulllineitems\item[\code{\e \e 1, ... \e \e 7, \e 8, \e 9}]
140+
\fulllineitems\item[\code{\e \e 1, ... \e \e 7, \e 8, \e 9}]
141141
Matches the contents of the group of the same
142142
number. For example, \code{\e (.+\e ) \e \e 1} matches 'the the' or
143143
'55 55', but not 'the end' (note the space after the group). This
144144
special sequence can only be used to match one of the first 9 groups;
145145
groups with higher numbers can be matched using the \code{\e v}
146146
sequence. (\code{\e 8} and \code{\e 9} don't need a double backslash
147-
because they are not octal digits.)}
147+
because they are not octal digits.)
148148
%
149149
\item[\code{\e \e b}] Matches the empty string, but only at the
150150
beginning or end of a word. A word is defined as a sequence of
@@ -182,6 +182,7 @@ \subsection{Regular Expressions}
182182
\end{itemize}
183183

184184
\subsection{Module Contents}
185+
\nodename{Contents of Module regex}
185186

186187
The module defines these functions, and an exception:
187188

0 commit comments

Comments
 (0)