Re: list non alphanumeric

From: "Baboo, Isa" <IBaboo(at)fnb(dot)co(dot)za>
To: John R Pierce <pierce(at)hogranch(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: list non alphanumeric
Date: 2013-04-12 07:16:38
Message-ID: EEF91A759041DC4FBB3103789098746C0B3A4CF5@FRGR1D1MX04.services.firstrand.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

Sorry guys I should have mention spaces, I did but it was a bit late. Anyway that [A-Za-z0-9 ] worked thanks John.

From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of John R Pierce
Sent: 12 April 2013 09:12 AM
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] list non alphanumeric

On 4/11/2013 11:50 PM, Baboo, Isa wrote:
Thanks for the response but I tried that and it does not work here is an example of names which still display.

test
sadadds
Hillary
BEN NAME
ALAN MCGARVEY +

well, at least one of those has a space inline, you didn't say that was acceptable, just a-z0-9
and of course, upper and lower case, so you probably should use [A-Za-z0-9 ] (note the space before the close bracket)

--

john r pierce 37N 122W

somewhere on the middle of the left coast

To read FirstRand Bank's Disclaimer for this email click on the following address or copy into your Internet browser:
https://www.fnb.co.za/disclaimer.html

If you are unable to access the Disclaimer, send a blank e-mail to
firstrandbankdisclaimer(at)fnb(dot)co(dot)za and we will send you a copy of the Disclaimer.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Condor 2013-04-12 07:42:19 Re: How to convert US date format to European date format ?
Previous Message Baboo, Isa 2013-04-12 07:12:04 Re: list non alphanumeric