search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
354 B
Text
6 lines
354 B
Text
This module allows to perform case-insensitive lookups using case-folding.
|
|
Case-folding is a part of the Unicode standard that allows any two strings
|
|
that differ from one another only by case to map to the same "case-folded"
|
|
form, even when those strings include characters with complex case-mappings.
|
|
|
|
WWW: https://metacpan.org/release/Unicode-CaseFold
|