Skip to content

Draft: GONRG-6110: Update regex for record IDs

Yan Sushchynski (EPAM) requested to merge GONRG-6110_update_regex_for_ids into master

Use (?<=\")[\w\-\.]+:[\w\-\.]+:[\w\-\.\:\%]+:([0-9]+)?(?=\") for collecting SRNs in records.

This regex is slightly modified RECORD_ID_WITH_VERSION_REGEX with making the numeric-version part optional. This regex will be more consistent with what we have in Storage service

Merge request reports