2014-09-05 14:51:13 +02:00
|
|
|
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.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Unicode-CaseFold
|