findn(what:from:)

    Returns the index of the first case-insensitive occurrence of what in this string, or -1 if there are none. The starting search index can be specified with from, continuing to the end of the string.

    StringName.swift:398
    final func findn(what: String, from: Int64 = 0) -> Int64

    Other members in extension

    Typealiases

    Type members

    Instance members