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

Skip to content

Commit b2c45a8

Browse files
committed
Sigh. Apply a similar patch to the *other* occurrence of [^...].
1 parent fd49a96 commit b2c45a8

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
@@ -234,7 +234,7 @@ \subsection{Regular Expression Syntax}
234234
%
235235
\item[\code{\e W}]When the LOCALE flag is not specified, matches any
236236
non-alphanumeric character; this is equivalent to the set
237-
\code{[\^a-zA-Z0-9_]}. With LOCALE, it will match any character
237+
\code{[{\^}a-zA-Z0-9_]}. With LOCALE, it will match any character
238238
not in the set \code{[0-9_]}, and not defined as a letter
239239
for the current locale.
240240

Doc/libre.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ \subsection{Regular Expression Syntax}
234234
%
235235
\item[\code{\e W}]When the LOCALE flag is not specified, matches any
236236
non-alphanumeric character; this is equivalent to the set
237-
\code{[\^a-zA-Z0-9_]}. With LOCALE, it will match any character
237+
\code{[{\^}a-zA-Z0-9_]}. With LOCALE, it will match any character
238238
not in the set \code{[0-9_]}, and not defined as a letter
239239
for the current locale.
240240

0 commit comments

Comments
 (0)