Returns the number of characters of the string expression in the parameter.
String
length(<parameters>)
length(<string>)
Returns an integer.
length("Hello World")
Returns 11.