length(<Text>) : Number
The length function is used to return the number of characters found in the text parameter.
length("abc") => 3
When used within an if() function, the length function can be used to evaluate whether a statement is either true or false.
if(length(@ISBN) = 13, "Valid ISBN", "Invalid ISBN")
Learn more about how you can get started using the Formula Field.
Type above and the results will be displayed here.