@vinejs/vine - v4.0.0-next.1
    Preparing search index...

    Type Alias AlphaNumericOptions

    AlphaNumericOptions: AlphaOptions

    Options accepted by the alpha numeric validation rule. Inherits options from AlphaOptions to control additional characters allowed alongside alphanumeric characters.

    const options: AlphaNumericOptions = {
    allowSpaces: true,
    allowUnderscores: true
    }