@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface RegexpValidationRule

    Validation rule using regular expression.

    interface RegexpValidationRule {
        id: string;
        message: string;
        regexp: string;
    }
    Index

    Properties

    Properties

    id: string

    The validation identifier.

    message: string

    The validation message.

    regexp: string

    Regular expression for the validation.