Victor Duchovni:
>       /^(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*)$/
>               REPLACE ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10}
>       /^(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*)$/
>               REPLACE ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9}
>       /^(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*)$/
>               REPLACE ${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8}
>       /^(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*)$/
>               REPLACE ${1} ${2} ${3} ${4} ${5} ${6} ${7}
>       /^(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*)$/
>               REPLACE ${1} ${2} ${3} ${4} ${5} ${6}
>       /^(.*?)\t(.*?)\t(.*?)\t(.*?)\t(.*)$/
>               REPLACE ${1} ${2} ${3} ${4} ${5}
>       /^(.*?)\t(.*?)\t(.*?)\t(.*)$/
>               REPLACE ${1} ${2} ${3} ${4}
>       /^(.*?)\t(.*?)\t(.*)$/
>               REPLACE ${1} ${2} ${3}
>       /^(.*?)\t(.*)$/
>               REPLACE ${1} ${2}

Looks like regexp_table and pcre_table could use a REPLACE_ALL operator...

        Wietse

Reply via email to