Computes the number of characters in a string field.
Hide omitted argument names for this function
Omitted Argument NamesThe argument name for
field
can be omitted; the following forms of this function are equivalent:logscalelength("field")
and:
logscalelength(field="field")
These examples show basic structure only.
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")