replace(what:forwhat:)

    Replaces all occurrences of what inside the string with the given forwhat.

    StringName.swift:635
    final func replace(what: String, forwhat: String) -> String

    Other members in extension

    Typealiases

    Type members

    Instance members