UNPKG

postal-codes-js

Version:
17 lines (16 loc) 246 B
{ "Description": "5-Digits - NNNNN", "RedundantCharacters": " -", "ValidationRegex": "^[0-9]{5}$", "TestData": { "Valid": [ "12345", "56785" ], "Invalid": [ "123456", "1233s", "123x3" ] } }