Python Forum

Full Version: i am looking for a program that ...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am looking for a program that searches files for strings and/or regular expressions, much like the grep programs do, but is smart enough about Python that it searches only actual code and skips over comments. a big plus would be options to choose what to search from among at least code, literal strings, and comments. another plus is if it is written in Python. yet another plus is if it supports some or many other languages.