RegularExpressionType

public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible

Regular expression interface.

  • Undocumented

    Declaration

    Swift

    public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
  • Undocumented

    Declaration

    Swift

    public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
  • Undocumented

    Declaration

    Swift

    public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
  • Undocumented

    Declaration

    Swift

    public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
  • Finds the first match in the string

    Declaration

    Swift

    func match(string: String, options: MatchOptions) -> RegularExpressionMatch?
  • init(rawValue:) Extension method

    Undocumented

    Declaration

    Swift

    public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
  • rawValue Extension method

    Undocumented

    Declaration

    Swift

    public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible
  • description Extension method

    Undocumented

    Declaration

    Swift

    public protocol RegularExpressionType: RawRepresentable, CustomStringConvertible