@yesstudio/yes-utils
    Preparing search index...

    Variable ASCII_REGEXConst

    ASCII_REGEX: RegExp = ...

    Regular expression that matches ASCII characters.

    Matches a string that contains only ASCII characters (from U+0000 to U+007F). Use this regular expression to validate if a string contains only ASCII characters.