05-19-2010, 06:52 AM
|
#3 (permalink)
|
|
The Wanderer
Join Date: Sep 2009
Posts: 10
Thanks: 2
|
I always use notepad++ for this purpose. Go to search, then find in files.
It has three modes of search:
normal - just a normal search
extended (\n,\r,\t ...) - use special charcters such as line break, tab space .. etc.
Regular expression - use regular expression to find what you are looking for.
Program website:
http://notepad-plus.sourceforge.net/uk/site.htm
|
|
|
|