From 768e0c5c1eb12f30cc98f2a0faacf8bb5407f178 Mon Sep 17 00:00:00 2001
From: nyamatongwe SCI_REPLACETARGET or SCI_REPLACETARGETRE.
Searching can be performed within the target range with SCI_SEARCHINTARGET,
- which uses a counted string to allow searching for null characters. It returns the length of
- range or -1 for failure, in which case the target is not moved. The flags used by
+ which uses a counted string to allow searching for null characters. It returns the
+ position of the start of the matching text range or -1 for failure, in which case the target is not moved. The flags used by
SCI_SEARCHINTARGET such as SCFIND_MATCHCASE,
SCFIND_WHOLEWORD, SCFIND_WORDSTART, and SCFIND_REGEXP
can be set with SCI_SETSEARCHFLAGS. SCI_SEARCHINTARGET may be simpler
--
cgit v1.2.3