len()
Returns the number of characters in the string.
len(string)
Leading and trailing whitespace characters are included in the length returned. Returns null if string is null.
Returns the number of characters in the string.
len(string)
Leading and trailing whitespace characters are included in the length returned. Returns null if string is null.