Casing
Shift case: upper, lower, title, and slug.
Casing
lowerConverts a string to lowercase.{{ name | lower }}slugConverts a string to a URL-friendly slug.{{ title | slug }}titleConverts a hyphen-separated slug into a title-cased string.{{ slug | title }}title_modelFormats an AI model identifier into a human-readable title.{{ model | title_model }}upperConverts a string to uppercase.{{ code | upper }}