Thanks Mark, just the thing.$
e.g. 'a(b|$)' will match an a that is either followed by a b or at the end of the strings
^ matches the beginning
I think Ray means a glob pattern, not a regular _expression_? Nope, just string matches.
On Fri, May 1, 2026 at 18:32 Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
I know how to do an alternation, but how do you make one of the choices 'nothing' meaning end of string?