Was this helpful?
length ( var );
This built-in function returns the number of characters in the string variable var.
Example
if( length(rtrim($0)) < 12 ) REJECT; # Ignore lines with less than 12 characters
Last modified date: 08/02/2023