Parser Filter Operations
Added Parser.chop and Parser.chopColumn which encapsulate util.chop and util.chopColumn while also operating on Parser.rowHeaders and Parser.columnHeaders properly.
Added header search via passing string as 'find' parameter to Parser.chop and Parser.chopColumn to cause RegEx based column and row deletion searches to test (extracted) data header rows.