$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] How do you use the find_iterator to do in-place replacements?
From: G S (stokestack_at_[hidden])
Date: 2010-04-30 16:17:06
Thanks, but I don't think that's going to work. That's going to replace the
everything in the range. I only want to replace the commas within the
range. In a line like this:
column1, column2, "value1, value2, value3, value4", column4, column5
I want to replace only the commas that fall between quotes.