Reputation: 5412
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?".
Upvotes: 1
Views: 2606
Reputation: 91
No, Google does not currently allow a partial word search. I had repeatedly found this needed when I search say Youtube or Gmail.
Upvotes: 1