mbehr1 / dlt-logs

Visual Studio Code extension that adds support to open DLT (genivi, AUTOSAR) diagnostic log and trace files with lifecycle detection, filters, time-sync, etc.
Other
15 stars 9 forks source link

feat: regex support for ecu, apid, ctid #173

Closed mbehr1 closed 10 months ago

mbehr1 commented 10 months ago

Within filters the ecu, apid and ctid support regex either by: providing "ecuIsRegex:true, apidIsRegex:true, ctidIsRegex:true" or by autodetection if the ecu/apid/ctid values include any regex special chars like '|^$,...". See docu "Filter reference".