match: (?i)(?<=-param\s)[^\s"]+|(?<=-param\s")[^“]+
what: used to extract data configuration parameters from a file. in execution, this is wrapped in a function where ‘param’ is defined by an argument.
why: i’m writing a bespoke data markup format for a powershell script that reads a txt document and returns a needlessly complicated and very specifically formatted excel document for my day job.














