Chet Ramey <[EMAIL PROTECTED]> wrote:
> Anchored pattern matches that specify removing or replacing each match
> don't make sense. The combination is meaningless.
It seems meaningful to me, but since only one occurrence could match
an anchored pattern, "every match" just means the same thing as "
> Bash Version: 3.2
> Patch Level: 17
> Release Status: release
>
> Description:
> If a is an array, ${a[*]//%pattern/replacement} and
> ${a[*]//#pattern/replacement} don't work. Both do nothing. The single-slash
> versions ${a[*]/%pattern/replacement} and ${a[*]/#pattern/replacement} work
> as e