Gets the length of a null-terminated string.
the string to check the length of.
The length of the string in code units. If str is not null terminated the return value is undefined.
See Implementation
Gets the length of a null-terminated string.