Re: regexp_replace

Поиск
Список
Период
Сортировка
От Perry Smith
Тема Re: regexp_replace
Дата
Msg-id 8CB9C8F0-C3B6-4AD8-8044-1832101EDD49@easesoftware.com
обсуждение исходный текст
Ответ на regexp_replace  (polen.t2006@freenet.de)
Список pgsql-general
On Jul 23, 2007, at 9:50 AM, polen.t2006@freenet.de wrote:
fieldname=regexp_replace(fieldname,old_sub_string,new_sub_string)

Add a 'g' flag:

fieldname=regexp_replace(fieldname,old_sub_string,new_sub_string, 'g')

From the end of a paragraph in 9.7.3 just before 9.7.3.1:

The flags parameter is an optional text string containing zero or more single-letter flags that change the 
function’s behavior. Flag i specifies case-insensitive matching, while flag g specifies replacement of each 
matching substring rather than only the first one. 


Perry Smith ( pedz@easesoftware.com )
Ease Software, Inc. ( http://www.easesoftware.com )

Low cost SATA Disk Systems for IBMs p5, pSeries, and RS/6000 AIX systems


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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: regexp_replace
Следующее
От: Fst Procurement
Дата:
Сообщение: Re: Connection error