Expand description
This crate offers filters for the Tera engine that are centered around text transformations.
Functionsยง
- Converts text into CamelCase.
- Converts text into kebab-case.
- Converts text into lowercase.
- Converts text into mixedCase.
- Registers all available filters for a given
Tera
instance. - Converts text into snake_case.
- Converts text into Title Case.
- Converts text into UPPERCASE.