<p>&#39;trim&#39; is used in lots of languages for this, and I think we should stick with that.</p>
<p>Sam</p>
<div class="gmail_quote">On Apr 18, 2012 3:28 PM, &quot;Eli Barzilay&quot; &lt;<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Just now, Matthias Felleisen wrote:<br>
&gt;<br>
&gt; On Apr 18, 2012, at 3:12 PM, Eli Barzilay wrote:<br>
&gt;<br>
&gt; &gt;  `string-normalize-spaces&#39;, which takes a string and a regexp for the<br>
&gt; &gt;  spaces, and turns all spaces into single ones.  Same principles as<br>
&gt; &gt;  above.  This one is getting a `#:trim?&#39; keyword that says whether<br>
&gt; &gt;  spaces at the edges should be dropped (the default) or normalized.<br>
&gt; &gt;<br>
&gt; &gt;  BTW, I hate that name -- it makes the `string-&#39; prefix looks even<br>
&gt; &gt;  uglier...  Any suggestions for a better name?<br>
&gt;<br>
&gt;<br>
&gt; string-reduce<br>
&gt;<br>
&gt; ?<br>
<br>
That sounds like a kind of a `fold&#39;...  (BTW, some names that I<br>
considered are: `normalize-spaces&#39;, `compact-spaces&#39;,<br>
`string-normalize&#39;.  They all had problems.)<br>
<br>
--<br>
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:<br>
                    <a href="http://barzilay.org/" target="_blank">http://barzilay.org/</a>                   Maze is Life!<br>
</blockquote></div>