From 82780cd8a5dcd3292b4b70851a22377a8642bdd9 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 17 Jun 2007 00:43:58 +0000 Subject: Added warning about limited regular expression support. --- doc/ScintillaDoc.html | 4 ++++ 1 file changed, 4 insertions(+) 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 {

Searching

+

+ 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. +

SCI_FINDTEXT(int flags, TextToFind *ttf)
SCI_SEARCHANCHOR
-- cgit v1.2.3