primary= ( str1 str2 -- ? )
Collation and weak comparison

Prev:string<=> ( str1 str2 -- <=> )
Next:secondary= ( str1 str2 -- ? )


Vocabulary
unicode

Inputs
str1a string
str2a string


Outputs
?a boolean


Word description
This checks whether the first level of collation key is identical. This is the least specific kind of equality test. In Latin script, it can be understood as ignoring case, punctuation, whitespace and accent marks.

Definition