filter-linestextdev
Filter Lines
Keep only lines that match a substring (optionally case-insensitive).
Inputs
Output
(no output yet)
Explanation
Quickly filter log/output lines by a substring match.
Use it when you need a fast, offline conversion/validation step during development or debugging.
Related