gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] quick search


From: Piotr Eljasiak
Subject: Re: [gcmd-dev] quick search
Date: Sat, 13 Nov 2010 10:25:16 +0100

> Another idea. Quicksearch recognizes the "*" expansion, but no regexpr right 
> ? Because, if it would follow regexpr, start- or end-string could be decided 
> on-the-fly by ^ and $ too.

Yes, it uses globbing not regex for file matching. The syntax for
globbing is much simpler - just: *, ? and [characters]

If you want to match '^', simply use option 'Match beginning of the file
name' and add at the beginning '*' whenever you want to match any file
name fragment.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]