Please enable JavaScript to view this site.

ESL Documentation

You can optionally specify column positions in which the input must appear.  The column positions can be exact; for example:

col 2 "N"

This is satisfied if the character "N" appears in column position 2.  Or the column positions can be approximate:

col 2 thru 7 "N"

This is satisfied if the character "N" appears anywhere in column positions 2 through 7.