Documents for @litert/utils-string
    Preparing search index...

    Function includeEvilSpaceChars

    • Check if a string contains evil space characters.

      These characters are not visible in the string, but they are present in the string. In many cases, these characters are pretending to be spaces or even hidden themselves, which make program malfunction.

      Parameters

      • str: string

        The string to check

      Returns boolean

      True if evil spaces are found, otherwise false