replaced literal backslashes with backslash TeX macro

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-07-20 08:47:48 +00:00
parent 8a5b9745fb
commit 6465d4013d

View File

@ -195,9 +195,9 @@ Replaces the current regular expression in the string pointed to by
{\it text}, with the text in {\it replacement} and return number of matches
replaced (maybe $0$ if none found) or $-1$ on error.
The replacement text may contain back references {\tt \\number} which will be
The replacement text may contain back references {\tt $\backslash$number} which will be
replaced with the value of the corresponding subexpression in the
pattern match. {\tt \\0} corresponds to the entire match and {\tt \&} is a
pattern match. {\tt $\backslash$0} corresponds to the entire match and {\tt \&} is a
synonym for it. Backslash may be used to quote itself or {\tt \&} character.
{\it maxMatches} may be used to limit the number of replacements made, setting