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

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Shaozhong SHI <shishaozhong(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Regex for Word space Word space Word ....
Date: 2021-11-23 15:31:16
Message-ID: CAKFQuwaae10FQm38JU2ozBJkZNSHpNemKapA_spAA5SzeaHtVA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

> Is there any regex for Word space Word space Word and more?
>
>
What problem are you actually trying to solve? You may find it easier to
simply split your string on space and then do tests on elements of the
resultant array.

David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2021-11-23 15:33:27 Re: Max connections reached without max connections reached
Previous Message tomas 2021-11-23 14:20:57 Re: PQexecParams, placeholders and variable lists of params