DTBKitStringRegulars

public struct DTBKitStringRegulars

To wrapper exp string

  • exp

    Undocumented

    Declaration

    Swift

    public let exp: String
  • “^\d{11}$”

    Declaration

    Swift

    public static var phoneNumber: `Self` { get }
  • “^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{6,16}$”

    Declaration

    Swift

    public static var password_6_16_A_Z: `Self` { get }