Test Commands / String Commands
if (compare.strings(s1,s2)) { ....
Compares strings s1 and s2 and returns true if they are the same. The comparison is not case-sensitive, and some characters such as space and exclamation marks are ignored.