Skip to main content

title

Converts a string to title case

title(str)

Parameters#

  • str: Target string

Returns#

  • Converted string

Example#

title('Some dogs are funny')# returns: Some Dogs Are Funny