length

Function length 

Source
pub fn length(arg1: Expr) -> Expr
Expand description

Returns the character length of string data or number of bytes of binary data. The length of string data includes the trailing spaces. The length of binary data includes binary zeros.