Google regular expressions?
Does Google support pattern matching?
Apparantly it does, except that there’s no really regular expressions! I tried to search using Perl, awk and Grep regular expressions, but it does not sem to accept them. Of course, some basic ones work, like the logical OR, for example
(A|B|C)
But I could not make it work for something like
.*somepackage.*[[:digit:]]+.*i(6|3)86\.rpm
Any tip?
