Group

public struct Group : Hashable

A regex match capture group.

  • The capture group string.

    Declaration

    Swift

    public let value: String
  • The range of the capture group string in the original string.

    Declaration

    Swift

    public let range: Range<String.Index>