NSString

public extension NSString
  • Undocumented

    Declaration

    Swift

    static let newLine: String
  • Undocumented

    Declaration

    Swift

    static let notFound: Int
  • Undocumented

    Declaration

    Swift

    func index(of string: String, from index: Int) -> Int
  • Undocumented

    Declaration

    Swift

    func substring(from: Int, to: Int) -> String
  • Undocumented

    Declaration

    Swift

    func trim() -> String
  • Undocumented

    Declaration

    Swift

    func containsNoCase(_ string: String) -> Boolean