sasaki77 / archiverappliance-datasource

EPICS Archiver Appliance plugin for Grafana dashboard
https://sasaki77.github.io/archiverappliance-datasource
MIT License
14 stars 7 forks source link

ENH: Recursive pv names #47

Closed n-wbrown closed 3 years ago

n-wbrown commented 3 years ago

This PR implements @klauer's idea to allow non-regex PV's to handle enclosed parentheses like so:

(a(b|c)|d)e

Will be expanded to

abe
ace
de
sasaki77 commented 3 years ago

Looks good. Thanks!