Length
Not available in this language yet.
Length( value )
Length( value )
Length( value )
Not available in this language yet.
Not available in this language yet.
Not available in this language yet.
Length( value )
Parameters
Argument | Type | Definition and Requirements |
---|---|---|
|
String |
The string for which to determine the length in code points. |
Examples
System.out.println(
client.query(
Arr(
Length("fire"),
Length("fire and fireman"),
Length("")
)
).get());
[4, 16, 0]
Was this article helpful?
We're sorry to hear that.
Tell us how we can improve!
documentation@fauna.com
Thank you for your feedback!