Grep.js

Inspired by a client project with thousands of lines of poorly structured, badly written ExtJS code, I wrote a grep implementation to recursively search the contents of Javascript variables, available on github. This provides a single function “grep”, which can be used directly or added to the global namespace. It recursively searches objects – keys, …