Skip to content

"extract text" is executed before "ignore lines containing" #4138

@cpy82

Description

@cpy82

Describe the bug
It appears that "extract text" is executed before "ignore lines containing".

Version
0.55.3

How did you install?

Docker, Linux

To Reproduce

Steps to reproduce the behavior:
Original content is a list of versions. For example:
0.8.9
v.1.2.1
rc-1.0.0

Ignore lines containing:
v
rc

Extract text:
/(\d+.\d+.\d+)/

Content after filters:
0.8.9
1.2.1
1.0.0

Expected behavior
Content after filters:
0.8.9

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions