Module character_length

Module character_length 

Source

Structs§

CharacterLengthFunc

Functions§

character_length 🔒
Returns number of characters in the string. character_length(‘josé’) = 4 The implementation counts UTF-8 code points to count the number of characters
character_length_general 🔒