Thread: Re: Add CASEFOLD() function.

Re: Add CASEFOLD() function.

From
Andreas Karlsson
Date:
On 12/12/24 10:00 AM, Jeff Davis wrote:
> Patch attached.

I have not looked at the patch yet but +1 to the idea. I am leaning 
towards that the function also optionally normalizing the codepoints 
would be handy too since I think that is what most usecases want. 
Otherwise people would have to always type normalize(casefold(str)).

Andreas