Function matchesAllCharacters

  • Returns whether the given character class/set matches all characters.

    This is guaranteed to be equivalent to toUnicodeSet(char).chars.isAll but is implemented more efficiently.

    Parameters

    Returns boolean