char_length

Returns the number of logical characters in "string_expression". The number of logical characters can be distinct from the number of bytes in some East Asian locales.

Syntax

char_length ( string_expression )

Example

char_length ( 'Canada' )

Result

6