User Guide : Using Content Extraction Language : Language Syntax and Examples : length ( var );
 
Share this page                  
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