Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

It would be very useful if Google provided a regex search.

Is there a way to do this?

(OBS.: Not talking about false-regex like site: or filetype: or AND or OR or "Text", I would like search with regex .+[]^).

For example, is there an app or a site or a Google tool to search things like *.stackexchange?

share|improve this question
There is a website called boolify.org that can generate some types regular expressions for Google Search. I think this is about as close as you can get to a "regex search" option. – Anderson Green Sep 26 '12 at 1:37

migrated from webmasters.stackexchange.com Oct 8 '11 at 22:00

4 Answers

up vote 10 down vote accepted

This feature is not available in classic Google Search and it's not in Google's roadmap. You can learn more about this topic watching the Google video Will Google implement the ability to search with regular expressions?

However, there's one exception. Google Code Search supports regular expressions. Of course, the search target for this topic search engine is reduced to source code only.

It is worth to mention that some Google search keywords can partially replace regular expressions. For example, if you want to search any two-word variation of "search TERM", you can use the wildcard operator.

search *

will find results for search and any other (one) word. I often use it to check basic English grammar rules or synonyms (e.g., "as easy as *").

share|improve this answer

SymbolHound has an open source code repository search, similar to the now-discontinued Google Code Search option, in addition to a symbol-inclusive web search that indexes programming-related sites such as Stackoverflow.

share|improve this answer
1  
If you are affiliated with SymbolHound please can you state this in your profile. Thanks! – Barry Jan 20 '12 at 11:18

For example, is there a app or a site

Blekko does a Web Grep on a daily basis:

Everyday, we will run 2 map jobs against our crawl of 4 billion pages. These will be greps for strings, patterns, regex expressions that blekko users submit to us and decide are cool. Got a grep you want to run? Submit it here. If enough people agree with you that this grep is interesting (by voting it up), we’ll run it. And we’ll post the results here. We make the top 500 results for every grep available for free to anyone who wants it.

While it's not exactly what you want, it's the closest that comes to it.

share|improve this answer
Very intesting this Blekko site. It's not really a regex but it's a good improvement to web search. Thx about show me this. – GarouDan Oct 18 '11 at 23:09
You're welcome @GarouDan – Sathya Oct 19 '11 at 6:55

No, unfortunately not :(. In theory you could make your own search engine and do it, but that would be pretty hard.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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