initial 1.3.0
This commit is contained in:
16
help/compare_strings.html
Normal file
16
help/compare_strings.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<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>
|
Reference in New Issue
Block a user