<div dir="ltr">


        
        
        
        <style type="text/css">P { margin-bottom: 0.08in; }</style>


<p style="margin-bottom:0in"></p>
<p style="margin-bottom:0in">Is it practical or possible to replace
any series of chars using list functions instead of using string
functions such as regexp-replace?</p>
<p style="margin-bottom:0in">
</p>
<p style="margin-bottom:0in">I can remove from an apple, a peel,
with a knife.</p>
<p style="margin-bottom:0in">I can remove from an orange, a peel,
with the same knife.</p>
<p style="margin-bottom:0in">
</p>
<p style="margin-bottom:0in">However,</p>
<p style="margin-bottom:0in">I can remove from a string, any series
of characters with a function.</p>
<p style="margin-bottom:0in">I cannot remove from a list, any series
of characters with the same function.</p>
<p style="margin-bottom:0in">
</p>
<p style="margin-bottom:0in">Any suggestions?</p>
<p style="margin-bottom:0in">
</p>
<p style="margin-bottom:0in">I can edit a file using string fns such
as regexp-replace.</p>
<p style="margin-bottom:0in">I have used list function:
read-words/line.</p>
<p style="margin-bottom:0in">
</p>
<p style="margin-bottom:0in">Your advice?</p><p style="margin-bottom:0in">Thanks.</p><p style="margin-bottom:0in">Don Green<br></p>

</div>