...
Returns 5 (the length of the string in bytes when using the UTF-8 encoding).
substring("01223236023",6byteLength('ab\u1e09', 'UTF-8')
This expression also returns 5, as the default encoding is UTF-8.
...
...
Returns 5 (the length of the string in bytes when using the UTF-8 encoding).
substring("01223236023",6byteLength('ab\u1e09', 'UTF-8')
This expression also returns 5, as the default encoding is UTF-8.
...