Returns text converted to a human-readable title. Converts CamelCase and snake_case, dotted.names into capitalized words separated by a single space.
text
CamelCase
snake_case
dotted.names
The text
Generated using TypeDoc
Returns
text
converted to a human-readable title. ConvertsCamelCase
andsnake_case
,dotted.names
into capitalized words separated by a single space.