question about reg. expression

Поиск
Список
Период
Сортировка
От andrew1
Тема question about reg. expression
Дата
Msg-id ih58f7$63u$1@speranza.aioe.org
обсуждение исходный текст
Ответы Re: question about reg. expression  (Samuel Gendler <sgendler@ideasculptor.com>)
Список 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 по дате отправления:

Предыдущее
От: Russell Galyon
Дата:
Сообщение: Re: Help needed in skipping column for copy command
Следующее
От: Samuel Gendler
Дата:
Сообщение: Re: question about reg. expression