Re: Regex for Word space Word space Word ....

From: Shaozhong SHI <shishaozhong(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Regex for Word space Word space Word ....
Date: 2021-11-23 10:51:10
Message-ID: CA+i5JwZnbBu7AaQyYBiLSeyA+C3ipfszHRL4rRbjbfo4C=MBNA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I tried nested regex '[[A-Z][a-z] ]+[[A-Z][a-z]]' but it did not work.

Regards,

David

On Tue, 23 Nov 2021 at 09:58, Shaozhong SHI <shishaozhong(at)gmail(dot)com> wrote:

> Is there any regex for Word space Word space Word and more?
>
> Regards,
>
> David
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message chlor 2021-11-23 10:59:03 Re: Regex for Word space Word space Word ....
Previous Message Shaozhong SHI 2021-11-23 09:58:00 Regex for Word space Word space Word ....