get_length
Description:
Return number of characters in an Text.
This function is based on char_count, so unlike size, it does not count by bytes but characters instead.
Parameters:
this |
An Text. |
Returns:
Number of character in this, not counted by bytes. |