up vote 1 down vote favorite
3
share [g+] share [fb]

Google and Bing do not support regular expressions while searching.

Is there any search engine that does support regular expressions?

link|improve this question

44% accept rate
Are you trying to say that Google and Bing support regular expressions in searches? – innaM Oct 25 '09 at 10:57
Worded extremely bad. – MrStatic Oct 25 '09 at 11:16
(Go ahead, @ebattulga, please accept some answers to indicate your questions have been solved...) – Arjan Oct 25 '09 at 12:28
feedback

2 Answers

Google and Bing does not actually support regex.

The internet is big. There are a lot of websites out there that take up petabytes of space. Doing a regex support across all of them is pretty much impossible given the current state of computing.

I found this gem on Ask Metafilter:

The only possible way to make keyword searching efficient over hundreds of terabytes (or whatever their index is up to these days) is to precompute an index of words.

In fact a full regex engine is turing-complete, and you can write arbitrary regexps that will gobble up near infinite amounts of CPU time and memory. For all these reasons it would be technical insanity for them to offer regex searching to the general public.

Sorry, but I highly doubt there is a search engine that supports regex.

link|improve this answer
And to see that index in action for Google, see "How to Google a question mark?" at superuser.com/questions/52307/how-to-google-a-question-mark/… – Arjan Oct 25 '09 at 12:20
feedback

Google Code Search allows you to use regular expressions.

link|improve this answer
this only search from code. I need search from web sites – ebattulga Oct 25 '09 at 10:57
Google Code Search is being retired. – MetaEd Nov 8 '11 at 21:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.