Did I miss this somehow, or is this new?

Google’s Code Search is *really* handy for programmers. For example, say I wanted to see sample code that uses the preg_match() function in PHP, I could do this query:

preg_match lang:php

Neat!