unicode-eth
unicode-eth copied to clipboard
Support Multi-Character Strings in isXXXX Character Category Functions
Description
Right now, isXXX
Character Category Functions only support a single Unicode character. We should extend the functionality to support multi-character strings and early return if any character doesn't match the criteria.