On 2026-04-17 07:15, Laurent Lyaudet wrote:
Why is that regular expression working without adding -P or --perl-regexp option?
Because \s is a longstanding GNU extension. POSIX allows extensions like this.
On 2026-04-17 07:15, Laurent Lyaudet wrote:
Why is that regular expression working without adding -P or --perl-regexp option?
Because \s is a longstanding GNU extension. POSIX allows extensions like this.