Re: Regex Replace with 2 conditions

From: George Neuner <gneuner2(at)comcast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Regex Replace with 2 conditions
Date: 2018-02-06 15:46:02
Message-ID: cajj7ddh85qa9h2n3m6pkhsjn7hlngp8e7@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 5 Feb 2018 18:22:02 +0100, Francisco Olarte
<folarte(at)peoplecall(dot)com> wrote:

>I repeat for the last time. YOU ARE NOT USING ASCII. ASCII IS A SEVEN
>BIT CODE, 0-128. "?" IS NOT IN THE ASCII CHARACTER SET.

What ASCII table are you reading? The question mark symbol is #63. It
lies between the numbers and the capital letter set.

George

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2018-02-06 15:52:45 Re: Regex Replace with 2 conditions
Previous Message Thiemo Kellner, NHC Barhufpflege 2018-02-06 15:22:20 Re: pgcrypto.gen_random_uuid() or uuid-ossp.uuid_generate_v4()?