Structs

The following structs are available globally.

  • A Regex represents a compiled regular expression that can be applied to String objects to search for (and replace) matched patterns.

    See more

    Declaration

    Swift

    public struct Regex
  • An object representing the result of searching a given String using a Regex.

    See more

    Declaration

    Swift

    public struct RegexMatchResult: SequenceType, BooleanType