From 2781727358d346c0d2bbb45142d7082b14b7a593 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