Name: STRING-EQ
Section:
String Operators
Synopsis:
<string-eq STRING1 STRING2 [CASELESS=TRUE]>
Description:
Compare STRING1 to STRING2 and return the string "true"
if they are character-wise identical.
The optional keyword argument CASELESS=TRUE indicates that no consideration should be given to the case of the characters during comparison.
<string-eq "foo" "FOO"> -->
<string-eq "foo" "foo"> -->true
<string-eq <upcase "foo"> "FOO"> -->true
<string-eq "foo" "FOO" caseless=true> -->true
Edit Pointer
Function Index
Variable Index
Variable Editor

The
META-HTML
Reference Manual V1.4
Copyright © 1995, 1996,
Brian J. Fox,
1996, 1997 Universal Access Inc.
Found a bug? Send mail to
bug-manual@metahtml.com