capitalize

    Changes the appearance of the string: replaces underscores (_) with spaces, adds spaces before uppercase letters in the middle of a word, converts all letters to lowercase, then converts the first one and each one following a space to uppercase.

    StringName.swift:738
    final func capitalize() -> String

    Other members in extension

    Typealiases

    Type members

    Instance members