RegularExpressionMatch

public struct RegularExpressionMatch

Regular Expression Match

  • Undocumented

    See more

    Declaration

    Swift

    public struct RegularExpressionMatch
  • The range of the match of the regular expression.

    Declaration

    Swift

    public var range: Swift.Range<Int>
  • The ranges of the regular expression’s subexpressions.

    Declaration

    Swift

    public var subexpressionRanges: [Range]
  • Undocumented

    Declaration

    Swift

    public struct RegularExpressionMatch
  • Undocumented

    Declaration

    Swift

    public struct RegularExpressionMatch