UNPKG

@istvan.xyz/phc-format

Version:

An implementation of the PHC format.

7 lines (6 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.valueRegex = exports.nameRegex = exports.idRegex = void 0; exports.idRegex = /^[a-z0-9-]{1,32}$/; exports.nameRegex = /^[a-z0-9-]{1,32}$/; exports.valueRegex = /^[a-zA-Z0-9/+.-]+$/;