Draft: GONRG-6110: Update regex for record IDs
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