On 03/08/2007 15:18, Alexander Kriegisch wrote:
Searching for "ob?" in regex mode should yield two results, but it
yields zero. There seems to be a problem with "?".
You'll find the answer here:
http://scintilla.sourceforge.net/SciTERegEx.html

Would you mind quoting the paragraph where I can find the answer? On the
whole page there is not a single occurrence of "?". This is not an
answer (I do know how to work with REs), but leaves room for speculation
at best.

Well, if you don't find "?", that mean it isn't supported... REs in Scintilla are pretty primitive...

Note that with a more complete RE library, and the text you gave:

foo
foobar
fubar
baz
foobaz

you should find 6 occurences: 6 with o and 2 with ob.

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --

_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to