Page 1 of 1

searching for strings

Posted: Mon Jul 30, 2007 11:07 am
by alanm
hi,
I have an sql file which has the string 'stats$'. I need to search for this string however, it cannot be found. I can search for stats but this will yield the wrong result for when I do a search and replace. How do I go about searching for the string 'stats$'

regards

Alan

Posted: Mon Jul 30, 2007 11:42 pm
by jussij
You need to search for stats\$ ;)

I think the $ is being used as an end of line marker.

Cheers Jussi

Posted: Tue Jul 31, 2007 12:32 pm
by alanm
excellent,

thanks very much

Alan