mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
♻️ refactor(catalog): extract shared Reihe prefix pattern to constants Ref: #5421 - Create reihe.constants.ts with REIHE_PREFIX_PATTERN constant - Update LineTypePipe to use shared pattern and fix capture group index - Update ReiheRoutePipe to use shared pattern - Pattern now matches "Reihe:", "Reihe/Set:", and "Set/Reihe:" Related work items: #5421