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

    Variable VOWEL_REGEXConst

    VOWEL_REGEX: RegExp = ...

    Regular expression that matches any vowel at the start of a word.

    Matches a string that starts with any vowel character (case-insensitive). Use this regular expression to determine whether a word should be preceded by the indefinite article "a" or "an".