We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df88130 commit 012cefbCopy full SHA for 012cefb
source/regex.tex
@@ -3703,17 +3703,17 @@
3703
In addition the following expressions shall be equivalent:
3704
3705
\begin{codeblock}
3706
-\d and [[:digit:]]
+\d @\textnormal{and}@ [[:digit:]]
3707
3708
-\D and [^[:digit:]]
+\D @\textnormal{and}@ [^[:digit:]]
3709
3710
-\s and [[:space:]]
+\s @\textnormal{and}@ [[:space:]]
3711
3712
-\S and [^[:space:]]
+\S @\textnormal{and}@ [^[:space:]]
3713
3714
-\w and [_[:alnum:]]
+\w @\textnormal{and}@ [_[:alnum:]]
3715
3716
-\W and [^_[:alnum:]]
+\W @\textnormal{and}@ [^_[:alnum:]]
3717
\end{codeblock}
3718
3719
\pnum
0 commit comments