Re: Word boundaries in regular expressions

Поиск
Список
Период
Сортировка
От Thomas Pundt
Тема Re: Word boundaries in regular expressions
Дата
Msg-id 47F72FAB.2060804@rp-online.de
обсуждение исходный текст
Ответ на Word boundaries in regular expressions  (Troy Rasiah <troyr@vicnet.net.au>)
Список pgsql-general
Troy Rasiah schrieb:
>
> Apologies if this has been posted somewhere else but what is the
> equivalent of perl's \b in postgres regular expressions ?

I think you are looking for \m and \M.

See
http://www.postgresql.org/docs/8.3/interactive/functions-matching.html#FUNCTIONS-POSIX-REGEXP

Ciao,
Thomas

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

Предыдущее
От: "Guillaume Bog"
Дата:
Сообщение: pl/pgsql RECORD data type, how to access to the values
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: pl/pgsql RECORD data type, how to access to the values