[VSDK] MakeSearch and regex
Arthur Clemens
aclemens at xs4all.nl
Fri Jan 2 11:38:23 CST 2004
Hi Ruslan
In the manual I read:
To make case insensitive RegEx search you can specify switch (-i) in
the match string: “==(?i)I AM CASE INSENSITIVE(?-I)I am Case Sensitive”
Is this correct? With parentheses and question marks?
So if I am looking for words with either 'AA' or 'Aa' or 'aa' I should
use:
==(?i)aa(?-I)
but I can't get it to work like this. I get zero results each time.
Arthur Clemens
More information about the Valentina
mailing list