Hi,

On Sun, Jan 07, 2024 at 11:02:18AM -0700, Randy Palamar wrote:
> POSIX specifies that if the pattern contains a subexpression then
> the first matched subexpression should be returned if it exists.
> 
> This fixes things like the following:
> 
> ./expr 00003 : '\(.*\)'
> Before: 3
> After: 00003

Applied, thanks!

Roberto Vargas

Reply via email to