Re: alternation option end of string

Bart Schaefer <[email protected]> Fri, 1 May 2026 15:48:07 -0700
Newsgroups gmane.comp.shells.zsh.devel,gmane.comp.shells.zsh.user
Message-ID <CAH+w=7azYVC9HppQMgJxK0=DJ6F6Nb8LR-=KfD4WEVzosLDn1Q@mail.gmail.com>
On Fri, May 1, 2026 at 3:39 PM Mark J. Reed <[email protected]> wrote:
>
> $
>
> e.g. 'a(b|$)' will match an a that is either followed by a b or at the end of the strings

I think Ray means a glob pattern, not a regular expression?