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

Skip to content

Commit c458638

Browse files
committed
In description of \D, revise markup so that the caret shows up in the HTML
version as well as the dvi form. Without the fix, it showed up as an extra zero character. Bug reported by Hugh Sasse <[email protected]>.
1 parent ecbc1cc commit c458638

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libre.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ \subsection{Regular Expression Syntax}
219219
equivalent to the set \code{[0-9]}.
220220
%
221221
\item[\code{\e D}]Matches any non-digit character; this is
222-
equivalent to the set \code{[\^0-9]}.
222+
equivalent to the set \code{[{\^}0-9]}.
223223
%
224224
\item[\code{\e s}]Matches any whitespace character; this is
225225
equivalent to the set \code{[ \e t\e n\e r\e f\e v]}.

Doc/libre.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ \subsection{Regular Expression Syntax}
219219
equivalent to the set \code{[0-9]}.
220220
%
221221
\item[\code{\e D}]Matches any non-digit character; this is
222-
equivalent to the set \code{[\^0-9]}.
222+
equivalent to the set \code{[{\^}0-9]}.
223223
%
224224
\item[\code{\e s}]Matches any whitespace character; this is
225225
equivalent to the set \code{[ \e t\e n\e r\e f\e v]}.

0 commit comments

Comments
 (0)