UNPKG

postal-codes-js

Version:
17 lines (16 loc) 234 B
{ "Description": "3-Digits - NNN", "RedundantCharacters": " -", "ValidationRegex": "^[0-9]{3}$", "TestData": { "Valid": [ "123", "567" ], "Invalid": [ "1234", "13s", "1x3" ] } }