Thanks to visit codestin.com Credit goes to github.com
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 52aefc8 commit 81bdc93Copy full SHA for 81bdc93
1 file changed
Doc/lib/libre.tex
@@ -373,11 +373,9 @@ \subsection{Regular Expression Syntax \label{re-syntax}}
373
\\
374
\end{verbatim}
375
376
-Note that octal escapes are not included. While the parser can
377
-attempt to determine whether a character is being specified by it's
378
-ordinal value expressed in octal, doing so yields an expression which
379
-is relatively difficult to maintain, as the same syntax is used to
380
-refer to numbered groups.
+Octal escapes are included in a limited form: If the first digit is a
+0, or if there are three octal digits, it is considered an octal
+escape. Otherwise, it is a group reference.
381
382
383
\subsection{Matching vs. Searching \label{matching-searching}}
0 commit comments