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
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