Computes the number of characters in a string field.
Hide omitted argument names for this functionShow omitted argument names for this function
length()
Examples
The number of characters in the @rawstring field:
logscale
length(@rawstring)
The number of characters in the @rawstring field, putting it in the field rawLength:
logscale
length(@rawstring, as="rawLength")