endsWith(text:)

    Returns true if the string ends with the given text. See also beginsWith(text:).

    StringName.swift:518
    final func endsWith(text: String) -> Bool

    Other members in extension

    Typealiases

    Type members

    Instance members