UtilRegExPatternsCreditCard Field
A pattern that matches a valid credit card number, VISA or also a passport.
For Example:
Namespace: DevCase.Core.DataProcessing.RegExAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public const string CreditCard = "((4\d{3})|(5[1-5]\d{2})|(6011)|(7\d{3}))-?\d{4}-?\d{4}-?\d{4}|3[4,7]\d{13}"
Public Const CreditCard As String = "((4\d{3})|(5[1-5]\d{2})|(6011)|(7\d{3}))-?\d{4}-?\d{4}-?\d{4}|3[4,7]\d{13}"
Dim value As String
value = UtilRegExPatterns.CreditCard
public:
literal String^ CreditCard = "((4\d{3})|(5[1-5]\d{2})|(6011)|(7\d{3}))-?\d{4}-?\d{4}-?\d{4}|3[4,7]\d{13}"
static val mutable CreditCard: string
No code example is currently available or this language may not be supported.
Field Value
String