Important
|
Deprecated in 5.0. Replaced with method length() of the string instance. |
length(string) => Integer
Returns the length of string.
string |
String |
The string to determine its length. |
Return
Length of the string passed to the function.
Example
println(length("abcd")); // Will print "4"