Project

General

Profile

Actions

Bug #12269

open

Regex in metadata.xml don't match when using .

Added by Benoît PECCATTE about 6 years ago. Updated 22 days ago.

Status:
New
Priority:
N/A
Assignee:
-
Category:
Web - Config management
Target version:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Very Small
Priority:
0
Name check:
Fix check:
Regression:
No

Description

Regex on input in metadata.xml are used to match multiline strings.
In this case, we expect to use the regex to match the whole input, so '^' '$' should match start and end of string and '.' should match newlines.

This means the regex should use both 'single line' (aka s) and 'multiple lines' (aka m) options.


Related issues 1 (0 open1 closed)

Related to Rudder - Bug #12263: Wrong regex in FileTemplate techniqueReleasedBenoît PECCATTEActions
Actions

Also available in: Atom PDF