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.