I was wondering if it is possible to search a pattern(more like regular expression pattern).
E.g in python the regular expressions /[f[a-z]{2}d]/
would return words like 'Food'. I want to do the same using google search engine.
My question "Is it possible to achieve this?".