String
public extension String
-
Format the string into a
Title Case
format.Declaration
Swift
func titleized() -> String
Return Value
Returns a string formatted using the
Title Case
.
ProductivityKit Docs (100% documented)
public extension String
Format the string into a Title Case
format.
Swift
func titleized() -> String
Returns a string formatted using the Title Case
.