Karatekid: it almost sounds like you're just looking for a generic tool to search for text, as opposed to something as part of your code. If thats the case, then I'd recommend grep. For windows, you can get it at
http://gnuwin32.sourceforge.net/packages/grep.htm
Grep is pretty easy to use for basic things. Go to a command line and type
Code:
grep "text to search for" filename
There are a lot more advanced ways to use grep of course...