Handbook
Glossary
secondary= ( str1 str2 -- ? )
Collation and weak comparison
Prev:
primary= ( str1 str2 -- ? )
Next:
tertiary= ( str1 str2 -- ? )
Vocabulary
unicode
Inputs
str1
a
string
str2
a
string
Outputs
?
a
boolean
Word description
This checks whether the first two levels of collation key are equal. For Latin script, this means accent marks are significant again, and it is otherwise similar to
primary=
.
Definition
USING:
unicode.private
;
IN:
unicode
:
secondary=
( str1 str2 -- ? )
2
insensitive=
;