UNPKG

postal-codes-js

Version:
18 lines (17 loc) 239 B
{ "Description": "2-Digits - NN", "RedundantCharacters": " -", "ValidationRegex": "^[0-9]{2}$", "TestData": { "Valid": [ "12", "56" ], "Invalid": [ "012", "1s", "1", "x3" ] } }