I use the following to search for strings in my stored procedures:
use DBname SELECT Name FROM sys.procedures WHERE OBJECT_DEFINITION(OBJECT_ID) LIKE \'%xxx%\' <
You can also use the Filter button to filter tables with a certain string in it. You can do the same with stored procedures and views.