You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qt-agistudio/help/compare_strings.html

17 lines
506 B
HTML

4 years ago
<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>