Handbook
Glossary
insensitive= ( str1 str2 levels-removed -- ? )
Vocabulary
unicode
.
private
Inputs
str1
an
object
str2
an
object
levels-removed
an
object
Outputs
?
an
object
Definition
USING:
kernel
math
sequences
unicode
;
IN:
unicode.private
:
insensitive=
( str1 str2 levels-removed -- ? )
[
[
collation-key/nfd
drop
]
dip
[
[
0
=
not
]
trim-tail
but-last
]
times
]
curry
same?
;