initial 1.3.0

This commit is contained in:
2019-05-01 17:46:38 -04:00
commit ad86bc2a30
418 changed files with 34837 additions and 0 deletions

16
help/compare_strings.html Normal file
View 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>