Regular expression that splits CSV string into table

Поиск
Список
Период
Сортировка
От Nick
Тема Regular expression that splits CSV string into table
Дата
Msg-id 937000a6-1430-438e-a0b5-ef3a66d86321@k17g2000prf.googlegroups.com
обсуждение исходный текст
Ответы Re: Regular expression that splits CSV string into table
Список pgsql-general
What would be the regexp_split_to_table pattern that splits a comma
separated string into a table? Im having trouble when a string
contains commas or there are commas at the beginning or end

String
',one,two,''three,four'',five,six,'

Should return
,one
two
three,four
five
six,

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

Предыдущее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: regexp on null
Следующее
От: bricklen
Дата:
Сообщение: Re: Regular expression that splits CSV string into table