Re: [PATCH 00/11] regex patches

2025-05-10 Thread Simon Glass
On Tue, 6 May 2025 at 16:15, Rasmus Villemoes wrote: > > This started as a rather simple patch, 1/11, adding the ability to > more conveniently do regex matching in shell. > > But with that, it became very easy to see what the slre library can > and especially what it cannot do, and that way I fou

Re: [PATCH 00/11] regex patches

2025-05-06 Thread Tom Rini
On Tue, May 06, 2025 at 04:10:24PM +0200, Rasmus Villemoes wrote: > This started as a rather simple patch, 1/11, adding the ability to > more conveniently do regex matching in shell. > > But with that, it became very easy to see what the slre library can > and especially what it cannot do, and th