Hi,
I read the documentation about INCLUDE and EXCLUDE aliases and wondered how could I specify to analog to includes some directory (or part of directory) using case sensitive.
For example I'd like to find something like EMBLRel but only that, I am not interesting in getting emblrel for example.
I tries using CASE IN/SENSITIVE but it does not work.
e.g:
if I want all the hits having 'emblrel' (both upper and lower case) I should have 1239 hits (from grep)
so INCLUDE *EMBLREL* + CASE INSENSITIVE ->16 hits INCLUDE *EMBLREL* + CASE SENSITIVE ->1223 hits INCLUDE *emblrel* + CASE INSENSITIVE ->16 hits INCLUDE *emblrel* + CASE INSENSITIVE ->16 hits
So could some one help me?
Thanks a lot
Emmanuel
_______________________________________________ analog-help mailing list [EMAIL PROTECTED] http://lists.meer.net/mailman/listinfo/analog-help

