augment-vir - v31.17.1
    Preparing search index...

    Type Alias IsCaseOptions

    Options for isCase.

    type IsCaseOptions = {
        rejectNoCaseCharacters: boolean;
    }
    Index

    Properties

    rejectNoCaseCharacters: boolean

    Set to true to fail on characters that don't have different upper and lower case versions (such as punctuation, like '.' or symbols, like '√').

    false