Enumerations

The following enumerations are available globally.

  • An error that can be thrown when constructing a Pattern instance.

    A valid pattern string includes at least one alphabetic character, at least one digit, and an optional period at the beginning or the end (but not both). No two consecutive characters may be digits, and the string may not contain any other type of character.

    See more

    Declaration

    Swift

    public enum PatternParsingError : Error, Equatable