File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
236236non-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
238238not in the set \code {[0-9_]}, and not defined as a letter
239239for the current locale.
240240
Original file line number Diff line number Diff 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
236236non-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
238238not in the set \code {[0-9_]}, and not defined as a letter
239239for the current locale.
240240
You can’t perform that action at this time.
0 commit comments