From cbea81eede4960fe70ff8da30c711df26b229287 Mon Sep 17 00:00:00 2001
From: nyamatongwe SCI_REPLACETARGET(int length, const char *text)
If length is -1, text is a zero terminated string, otherwise
- length sets the number of character to replace the target with. The return value
+ length sets the number of character to replace the target with.
+ After replacement, the target range refers to the replacement text.
+ The return value
is the length of the replacement string.
Note that the recommanded way to delete text in the document is to set the target to the text to be removed,
and to perform a replace target with an empty string.text is a zero terminated string, otherwise length is the number of
characters to use. The replacement string is formed from the text string with any sequences of
\1 through \9 replaced by tagged matches from the most recent regular
- expression search. The return value is the length of the replacement string.
See also:
-- cgit v1.2.3