Re: list non alphanumeric

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: list non alphanumeric
Дата
Msg-id 5167B3C4.6060805@hogranch.com
обсуждение исходный текст
Ответ на Re: list non alphanumeric  ("Baboo, Isa" <IBaboo@fnb.co.za>)
Ответы Re: list non alphanumeric
Список pgsql-general
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

В списке pgsql-general по дате отправления:

Предыдущее
От: Ian Lawrence Barwick
Дата:
Сообщение: Re: list non alphanumeric
Следующее
От: "Baboo, Isa"
Дата:
Сообщение: Re: list non alphanumeric