IndexRange

public class IndexRange
extension IndexRange: NativeBase
extension IndexRange: Hashable

Holds information to which part of the text, input query was matched. The first character is denoted by a value of 0.

  • Position of the first character that matches a query.

    Declaration

    Swift

    public var start: Int32 { get }
  • end

    Position indicating the end of the highlighted part, exclusive.

    Declaration

    Swift

    public var end: Int32 { get }