Skip to content

Parser Filter Operations

Compare
Choose a tag to compare
@klm127 klm127 released this 16 Jul 18:53

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.