[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Matching regex case-sensitively in C strings?
From: |
Yuan Fu |
Subject: |
Re: Matching regex case-sensitively in C strings? |
Date: |
Thu, 10 Nov 2022 14:25:01 -0800 |
> On Nov 10, 2022, at 6:20 AM, Mattias Engdegård <mattiase@acm.org> wrote:
>
> 10 nov. 2022 kl. 12.18 skrev Eli Zaretskii <eliz@gnu.org>:
>
>> Why not have two separate functions for these two jobs? The code is
>> short, and some duplication is not an issue in this case.
>
> Sure. Yuan Fu presented an alternative which used inline functions and I
> don't mind that approach either.
>
Yeah, I pushed that version onto feature/tree-sitter.
Yuan
- Re: Matching regex case-sensitively in C strings?, (continued)
- Re: Matching regex case-sensitively in C strings?, Mattias Engdegård, 2022/11/09
- Re: Matching regex case-sensitively in C strings?, Eli Zaretskii, 2022/11/09
- Re: Matching regex case-sensitively in C strings?, Mattias Engdegård, 2022/11/10
- Re: Matching regex case-sensitively in C strings?, Eli Zaretskii, 2022/11/10
- Re: Matching regex case-sensitively in C strings?, Robert Pluim, 2022/11/10
- Re: Matching regex case-sensitively in C strings?, Mattias Engdegård, 2022/11/10
- Re: Matching regex case-sensitively in C strings?,
Yuan Fu <=