UNPKG

generator-svalter

Version:

Generator to help you create and manage svelte/sapper application

10 lines (9 loc) 647 B
[ { "display": "UUID", "key": "uuid", "regex": "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" }, { "display": "Numbers only", "key": "numbers", "regex": "[0-9]+" }, { "display": "Characters only", "key": "characters", "regex": "[a-z]+" }, { "display": "No", "key": "none", "regex": null }, { "display": "Date", "key": "date", "regex": "[0-9]{4}-[0-1]{1}[0-9]{1}-[0-3]{1}[0-9]{1}" }, { "display": "Time", "key": "time", "regex": "[0-2]{1}[0-9]{1}-[0-5]{1}[0-9]{1}" }, { "display": "DateTime", "key": "datetime", "regex": "[0-9]{4}-[0-1]{1}[0-9]{1}-[0-3]{1}[0-9]{1}-[0-2]{1}[0-9]{1}-[0-5]{1}[0-9]{1}" } ]