hm, google.com/codesearch finds public source code, and krudle finds open source code...
What I was looking for was how to find something inside the html output of documents, ie I want to find documents that have the code "pub-123456789" inside...
Example, the search engine would find any document that would look something like this:
<html>
<body>
.
.
<script type="text/javascript"><!--
google_ad_client = "pub-123456789";
.
.
.
</script>
</body>
</html>
Or, another example, if I for some reason want to search for any document with the exact code:
<b>fatmary</b>
with the "<b>fatmary</b>" beeing the search term, thus "<p>fatmary</p>" would not be listed in the search results..
Is there any service that makes it possible to search for html code like I have described here?