Re: Regex for properly formed names - Mailing list pgsql-sql

From Metin Ulusinan
Subject Re: Regex for properly formed names
Date
Msg-id CAPi93JScaMPJFBfHS-mirDM7Bf=wp7pjx56wGvhsdAYDT1WaoA@mail.gmail.com
Whole thread Raw
In response to Regex for properly formed names  (Shaozhong SHI <shishaozhong@gmail.com>)
Responses Re: Regex for properly formed names
List pgsql-sql
If regex is not necessary;

INITCAP(bus_stop_name) != bus_stop_name

can be answer? 😎



On Mon, Oct 11, 2021 at 4:01 PM Shaozhong SHI <shishaozhong@gmail.com> wrote:
Hello,

What is the regex for properly formed names?

Scenario,

Bus Stop (St Peter's Church)

Scenario - wrongly formed name

Bus stop (st peter's church)

How to write a regex to detect wrongly formed names?

Regards,

David

pgsql-sql by date:

Previous
From: Karsten Hilbert
Date:
Subject: Aw: Regex for properly formed names
Next
From: aditya desai
Date:
Subject: LISTEN / NOTIFY