in reply to Re^2: multiline regex: heredoc vs. reading file
in thread multiline regex: heredoc vs. reading file
The problem is that you have a regex that only matches multiple lines, but you are trying to match each line of the file against it individually, and of course none of them do match.
|
|---|