3.0.0
Takes a string and converts it to sentence or title case.
The string to convert.
If true, converts the string to title case. Otherwise, converts to sentence case.
The converted string.
Version
3.0.0
Remarks
Takes a string and converts it to sentence or title case.
Param: str
The string to convert.
Param: to_title_case
If true, converts the string to title case. Otherwise, converts to sentence case.
Returns
The converted string.