UNPKG

postal-codes-js

Version:
16 lines 258 B
{ "Description": "MA : LLL NNNN", "RedundantCharacters": " -", "ValidationRegex": "^[A-Z]{3}[0-9]{4}$", "TestData": { "Valid": [ "abc1234", "ABC1234", "SHD4783" ], "Invalid": [ "ABCABC", "123ABCD" ] } }