prorm API Reference
    Preparing search index...

    Variable regexConst

    regex: {
        email: RegExp;
        url: RegExp;
        uuid: RegExp;
        phone: RegExp;
        numeric: RegExp;
        alpha: RegExp;
        alphanumeric: RegExp;
        hexColor: RegExp;
        isoDate: RegExp;
        json: RegExp;
        strongPassword: RegExp;
    } = ...

    Type Declaration

    • email: RegExp
    • url: RegExp
    • uuid: RegExp
    • phone: RegExp
    • numeric: RegExp
    • alpha: RegExp
    • alphanumeric: RegExp
    • hexColor: RegExp
    • isoDate: RegExp
    • json: RegExp
    • strongPassword: RegExp