Searching for Code using Google

DeskCoder

Regular Member
Joined
Feb 20, 2008
Messages
376
Reaction score
56
No idea where to put this, but since I am going to be using it for a Black Hat Method, I put it here.

I want to search web pages for HTML code, like "<div id='bhw'></div>"

Is this possible, if not with Google, than someone else?

If I get it working I will share, but I am doubting I will be able to do this without writing a program.
 
Try using regular expression in your google code advance search
google.com/intl/en/help/faq_codesearch.html#regexp
 
Back
Top