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 616405f commit 7112895Copy full SHA for 7112895
source/regex.tex
@@ -739,7 +739,7 @@
739
\\ \rowsep
740
%
741
\tcode{multiline} &
742
-Specifies that \tcode{\^} shall match the beginning of a line and
+Specifies that \tcode{\caret} shall match the beginning of a line and
743
\tcode{\$} shall match the end of a line,
744
if the \tcode{ECMAScript} engine is selected.
745
\indextext{\idxcode{multiline}}%
source/support.tex
@@ -451,7 +451,7 @@
451
\end{itemdecl}
452
453
\begin{itemdescr}
454
-\pnum \effects Equivalent to: \tcode{return l = l \^ r;}
+\pnum \effects Equivalent to: \tcode{return l = l \caret{} r;}
455
\end{itemdescr}
456
457
\indexlibrarymember{operator\caret}{byte}%
0 commit comments