fix regex compilation issue

patch-1
Dhiyaneshwaran 2023-05-19 02:02:00 +05:30
parent 1dad4cfd50
commit d862b446ee
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@ file:
- type: regex - type: regex
part: body part: body
regex: regex:
- (?x)(?i)\b(dor_v1_[a-f0-9]{64})\b - (?i)\b(dor_v1_[a-f0-9]{64})\b

View File

@ -20,4 +20,4 @@ http:
- type: regex - type: regex
part: body part: body
regex: regex:
- (?x)(?i)\b(dor_v1_[a-f0-9]{64})\b - (?i)\b(dor_v1_[a-f0-9]{64})\b