You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.ComponentModel.DataAnnotations/CreditCardAttribute.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
<formattype="text/markdown"><![CDATA[
36
36
37
37
## Remarks
38
-
The value is validated using a regular expression. The class does not validate that the credit card number is valid for purchases, only that it is well formed.
38
+
The value is validated using a string processing algorithm. The class does not validate that the credit card number is valid for purchases, only that it is well formed.
39
39
40
40
]]></format>
41
41
</remarks>
@@ -101,7 +101,7 @@
101
101
<formattype="text/markdown"><![CDATA[
102
102
103
103
## Remarks
104
-
The value is validated using a regular expression. The class does not validate that the credit card number is valid for purchases, only that it is well formed.
104
+
The value is validated using a string processing algorithm. The class does not validate that the credit card number is valid for purchases, only that it is well formed.
0 commit comments