I don't recall how to regexprepl all occurences with one pass, but using a
script lang like tcl w/sed:

## Repeat using a do while to change from CSV to oeSV:
set newdata [exec sed -e s/","/oe/ << $data]
##

##Then:
set listdata [split $newdata oe]
##


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to