Crate biome_string_case

Source
Expand description

Identify string case and convert to various string cases.

Structs§

Cases
Represents a set of cases.
CasesIterator
An iterator of Cases.
CldrAsciiCollator
Unicode collation for ASCII extracted from the CLDR (Common Locale Data Repository) root table.

Enums§

Case
Represents the case of a string.

Traits§

AsciiCollator
An Ascii collator defines an order between ASCII characters.
Collator
A collator defines an order between a set of characters.
StrExtension
StrLikeExtension
StrOnlyExtension

Functions§

ascii_collation_weight_from
Generate the collation weight table from an ASCII collation table. The last 128 bytes are mapped to themselves.