We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abcffb commit fee6abeCopy full SHA for fee6abe
1 file changed
Doc/lib/libregex.tex
@@ -40,8 +40,8 @@ \section{\module{regex} ---
40
\emph{However}, if you want to include a literal \dfn{backslash} in a
41
regular expression represented as a string literal, you have to
42
\emph{quadruple} it or enclose it in a singleton character class.
43
-E.g.\ to extract \LaTeX\ \samp{\e section\{{\rm
44
-\ldots}\}} headers from a document, you can use this pattern:
+E.g.\ to extract \LaTeX\ \samp{\e section\{\textrm{\ldots}\}} headers
+from a document, you can use this pattern:
45
\code{'[\e ]section\{\e (.*\e )\}'}. \emph{Another exception:}
46
the escape sequece \samp{\e b} is significant in string literals
47
(where it means the ASCII bell character) as well as in Emacs regular
0 commit comments