Regular expression for lower case to upper case.

From: Eagna <eagna(at)protonmail(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Regular expression for lower case to upper case.
Date: 2022-12-10 09:40:22
Message-ID: yk4Ucm1Andim5urGdLDSwhTdytxgXWvHVd1PgUZht80zfEiK3Eo-Qz3YKFMI2D2cwhoLcNxY8mNoWbW_Plz65T6YdQpPSll1hPckh7WYeSA=@protonmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I want a regex to change the case of a field from UPPER to lower.

I know about the UPPER() and LOWER() functions and they are not what I want.

I would have thought this should be very simple, but I've searched a lot and can't seem to get an answer.

Here's a fiddle with a couple of things that I've tried - I'm obviously missing something that should be starting me in the face.

Any input appreciated.

E.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter J. Holzer 2022-12-10 10:25:06 Re: Regular expression for lower case to upper case.
Previous Message Wen Yi 2022-12-10 00:23:22 [Beginner Question]How can I use the yacc & lex in right way?