question about reg. expression

Поиск
Список
Период
Сортировка
От andrew1
Тема question about reg. expression
Дата
Msg-id ih58f7$63u$1@speranza.aioe.org
обсуждение исходный текст
Ответы Re: question about reg. expression
Список pgsql-sql
hi all,

these return t:
select 'ab' ~ '[a-z]$'
select 'ab' ~ '^[a-z]'

select 'ab' ~ '^[a-z]$' returns f

Can't I use ^ and $ at the same time to match, in this case?
thanks.


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