17 lines
506 B
HTML
17 lines
506 B
HTML
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE>compare.strings</TITLE></HEAD>
|
||
|
<BODY>
|
||
|
<h1>compare.strings</h1>
|
||
|
<B>Category</B><p>
|
||
|
<a href="test_commands.html">Test commands</a> / <a href="string_commands.html">String commands</a><p>
|
||
|
<p>
|
||
|
<B>Syntax</B><p>
|
||
|
<p>
|
||
|
if (compare.strings(s1,s2)) { .....<p>
|
||
|
<B>Description</B><p>
|
||
|
<p>
|
||
|
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.<p>
|
||
|
<B>See also</B><p>
|
||
|
</BODY></HTML>
|