diff options
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index c38819ce0..0e52b0732 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -513,6 +513,10 @@ struct TextRange { <h2 id="Searching">Searching</h2> + <p> + There are methods to search for text and for regular expressions. The regular expression support + is limited and should only be used for simple cases and initial development. + </p> <code><a class="message" href="#SCI_FINDTEXT">SCI_FINDTEXT(int flags, TextToFind *ttf)</a><br /> <a class="message" href="#SCI_SEARCHANCHOR">SCI_SEARCHANCHOR</a><br /> |