Single Quote to String?

 

How do I turn this into String?

if(StringFind(Text,"EURUSD</a></td><td class='sep'><font class='up'")==true)

It turns 'sep' and 'up' into operators. I tried /'sep' and /'up' but its still not working. Help!! 

 
I think \ is the escape character, isn't it? Try:
\'sep\'
 
Thanks, i meant \ but my example still doesn't work but yours does. :)