1

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?".

Mitiku
  • 5,337
  • 3
  • 18
  • 35
  • Possible duplicate of [Is there a search engine that support regular expression search?](https://stackoverflow.com/questions/11119065/is-there-a-search-engine-that-support-regular-expression-search) – Zak Apr 30 '19 at 15:35

1 Answers1

1

No, Google does not currently allow a partial word search. I had repeatedly found this needed when I search say Youtube or Gmail.

Apurv Sibal
  • 71
  • 1
  • 3