UNPKG

postal-codes-js

Version:
17 lines 267 B
{ "Description": "LV : NNNNN, CC-NNNNN", "RedundantCharacters": " -", "ValidationRegex": "^(LV)?[0-9]{4}$", "TestData": { "Valid": [ "1234", "LV-1234", "LV1234" ], "Invalid": [ "LV123", "L1234", "LV-12345" ] } }