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 666e70d commit b6b2aa6Copy full SHA for b6b2aa6
1 file changed
Doc/lib/libre.tex
@@ -101,7 +101,7 @@ \subsection{Regular Expression Syntax \label{re-syntax}}
101
newline at the end of the string, and in \constant{MULTILINE} mode
102
also matches before a newline. \regexp{foo} matches both 'foo' and
103
'foobar', while the regular expression \regexp{foo\$} matches only
104
-'foo'. More interestingly, searching for \regexp{foo\$} in
+'foo'. More interestingly, searching for \regexp{foo.\$} in
105
'foo1\textbackslash nfoo2\textbackslash n' matches 'foo2' normally,
106
but 'foo1' in \constant{MULTILINE} mode.
107
0 commit comments