mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
CString API docs: Fix
Whenever I fail, SilverLeo comes by and says "you failed again". :( git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2154 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ public:
|
||||
*
|
||||
* You can specify a "safe zone" via sLeft and sRight. Anything inside
|
||||
* of such a zone will not be replaced. This does not do recursion, so
|
||||
* e.g. with <code>Replace("(a()a)", "a", "a", "(", ")", true)</code>
|
||||
* e.g. with <code>Replace("(a()a)", "a", "b", "(", ")", true)</code>
|
||||
* you would get "a(b)" as result. The second opening brace and the
|
||||
* second closing brace would not be seen as a delimitered and thus
|
||||
* wouldn't be removed. The first a is inside a "safe zone" and thus is
|
||||
|
||||
Reference in New Issue
Block a user