Structsยง
- Inline
Formatting ๐Context Builder - Text
Transformation - This is an interator that consumes a char iterator and produces character transformed
by the given CSS
text-transform
value. It currently does not supporttext-transform: capitalize
because Unicode segmentation libraries do not support streaming input one character at a time. - Whitespace
Collapse
Enumsยง
Functionsยง
- capitalize_
string ๐ - Given a string and whether the start of the string represents a word boundary, create a copy of the string with letters after word boundaries capitalized.
- preserve_
segment_ ๐break