length
length()
Section titled “length()”Category: String
Returns the length of the input string in characters (Unicode-aware)
Signature
Section titled “Signature”- Return type:
integer
Examples
Section titled “Examples”Patient.name.family.length()'Hello World'.length()