DelimParser splits the line on a regex (like "," or "\\s+") to create the fields. Trailing and leading whitespace is ignored.
returns the delimiter, which is a regex. Examples include "," "\t", and "\s+"