Title¶
Converts the input to title case (first character of each word uppercased, rest lowercased, ASCII only). Words are delimited by whitespace.
Implements¶
- Filter val
Constructors¶
create¶
Returns¶
- Title val^
Public Functions¶
apply¶
Parameters¶
- input: String val
Returns¶
- String val
eq¶
Parameters¶
- that: Title val
Returns¶
- Bool val
ne¶
Parameters¶
- that: Title val
Returns¶
- Bool val