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

Skip to content

Commit cd77df6

Browse files
committed
Document the new get_syntax() function.
1 parent b67a25c commit cd77df6

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Doc/lib/libregex.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ \subsection{Module Contents}
228228
more information.
229229
\end{funcdesc}
230230

231+
\begin{funcdesc}{get_syntax}{}
232+
Returns the current value of the syntax flags as an integer.
233+
\end{funcdesc}
234+
231235
\begin{funcdesc}{symcomp}{pattern\optional{\, translate}}
232236
This is like \code{compile}, but supports symbolic group names: if a
233237
parenthesis-enclosed group begins with a group name in angular

Doc/libregex.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ \subsection{Module Contents}
228228
more information.
229229
\end{funcdesc}
230230

231+
\begin{funcdesc}{get_syntax}{}
232+
Returns the current value of the syntax flags as an integer.
233+
\end{funcdesc}
234+
231235
\begin{funcdesc}{symcomp}{pattern\optional{\, translate}}
232236
This is like \code{compile}, but supports symbolic group names: if a
233237
parenthesis-enclosed group begins with a group name in angular

0 commit comments

Comments
 (0)