gbv / SignaturenDruck

An electron application to print shelfmarks onto labels
https://verbundwiki.gbv.de/display/VZG/SignaturenDruck+der+ThULB+Jena
Creative Commons Zero v1.0 Universal
3 stars 2 forks source link

Regex should also cover SST-Field #60

Closed jsubhi closed 5 years ago

jsubhi commented 5 years ago

There should be an option to apply a regex-based filter also to the "Sonderstandort" Field (7100 $f / 209A $f). Preferably this would be a separte regex that is tested first, before the main regex is tested. If this field is left empty it should match any signature.

Probably there is no nee to support capture groups ($1, $2 etc) for this field - it would be used just as a filter.

jsubhi commented 5 years ago

Works as expected so far. Makes creating some signature regexes much easier!