countCodePoints()Gets the number of full code points in a string.
This function is valid in v2.23.0 to v2.24.3. This function has been downloaded 38 times.string. This differs from string.length which simply counts the amount of characters in a string even if it contains 2 characters that form a code point.This function directly requires the following function which is included automatically:
toCodePoints()This function is directly required by the following function:
toCodePoints()