User Guide
>
Using Content Extraction Language
>
Language Syntax and Examples
>
length ( var );
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: 10/22/2024
This site works best with JavaScript enabled