[Bug 263268] bsdgrep: support empty subexpressions
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263268] bsdgrep: support empty subexpressions"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 14:28:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263268 Ed Maste <emaste@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #1 from Ed Maste <emaste@freebsd.org> --- To address specific instances of this (before bsdgrep receives a change) one could also translate (|foo) to (foo)? e.g. "^${user}([[:space:]]+.*)?$" -- You are receiving this mail because: You are the assignee for the bug.