A string designator
A string designator
Bounding index designators of string1
Bounding index designators of string2
A keyword
The function
unicode-string-equal
compares the designated substrings of
string1
and
string2
, ignoring case using Unicode rules specified by
style
. The values of
start1
and
start2
default to 0, while the values of
end1
and
end2
default to
nil
.
The returned value flag is true if the strings are equal and false otherwise.
The current implementation only supports one style of comparison:
Compares each character of the strings using Unicode's simple case folding rules.