integer string.length(string s)
The following example return the length of the string "Hello World".
{string.length('Hello World')}