Initial Import from SourceForge
This commit is contained in:
commit
d8d4f1a2bb
418 changed files with 34837 additions and 0 deletions
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>
|
||||
Loading…
Reference in a new issue