compare.strings

Category

Test commands / String commands

Syntax

if (compare.strings(s1,s2)) { .....

Description

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.

See also