regexp in Find Plugin (Ctrl+F)
Posted: 05 Oct 2010, 11:42
Hello
,
Can anyone tell me if it's possible to search with regexp in the find plugin ?
I mean, i know that i can do find "*.*" but, for instance a certain types of documents are named (the bold indicates what I'm searching for) :
"AAAA.MM.DD - blah blah blah blah-blah [X.Y.DDD].ext"
where X and Y change and DDD is a number with 3 digits
So I searched for *\[?.?.\d\d\d\]* which is incorrect ... I tried many combinaisons and finally tried just *[?.?.???]* which works.
Is there a way to specify digit and alphabetical characters separately ?
Thanks in advance.
Youri

Can anyone tell me if it's possible to search with regexp in the find plugin ?
I mean, i know that i can do find "*.*" but, for instance a certain types of documents are named (the bold indicates what I'm searching for) :
"AAAA.MM.DD - blah blah blah blah-blah [X.Y.DDD].ext"
where X and Y change and DDD is a number with 3 digits
So I searched for *\[?.?.\d\d\d\]* which is incorrect ... I tried many combinaisons and finally tried just *[?.?.???]* which works.
Is there a way to specify digit and alphabetical characters separately ?
Thanks in advance.

Youri