https://bugs.exim.org/show_bug.cgi?id=2245
Philip Hazel <p...@hermes.cam.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Philip Hazel <p...@hermes.cam.ac.uk> --- Perhaps the poster is thinking about pcre2grep rather than the PCRE library? It would be relatively straightforward to add a new option to pcre2grep (called, say, --first-line) which would require any match to begin in the first line of the file (multi-line searching could continue onto other lines). This would make it easy to do things like finding files that start with matching text. However, it would be more difficult to do something similar at the end of files because, when multi-line matching is enabled, you wouldn't know how far back to start the search. I suppose one could just do all the normal searches and ignore any that do not end within the last line, but that seems ridiculously expensive. I'm going to close this bug as INVALID, however, because, as Zoltan says, there's no concept of "file" in the PCRE regex matching engine. -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev