Calculates the length of a string, will return the count of characters in a string. This is the same as LEN.
int LENGTH(string value)
LENGTH("Simego")
Will return "6".