Skip to main content

Module casemapper

Module casemapper 

Source

Structsยง

CaseMapper
A struct with the ability to convert characters and strings to uppercase or lowercase, or fold them to a normalized form for case-insensitive comparison.
CaseMapperBorrowed
A struct with the ability to convert characters and strings to uppercase or lowercase, or fold them to a normalized form for case-insensitive comparison, borrowed version.