String

@frozen
struct String
  • Undocumented

    Declaration

    Swift

    func wordRange(at index: Int) -> Range<String.Index>?
  • Undocumented

    Declaration

    Swift

    func word(at index: Int) -> (String, Range<String.Index>)?