UNPKG

postal-codes-js

Version:
17 lines 259 B
{ "Description": "WS : CCNNNNN", "RedundantCharacters": " -", "ValidationRegex": "^(WS)?[0-9]{4}$", "TestData": { "Valid": [ "1234", "WS1234", "WS-1234" ], "Invalid": [ "WS123", "V1234", "WS-12345" ] } }