<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: remove-words code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 18 May 2008 10:43:39 GMT</pubDate>
    <description>DZone Snippets: remove-words code</description>
    <item>
      <title>remove-words function</title>
      <link>http://snippets.dzone.com/posts/show/1100</link>
      <description>&lt;code&gt;&lt;br /&gt;remove-words: func [&lt;br /&gt;    "Returns a copy of the object with the specified words removed."&lt;br /&gt;    object [object!]&lt;br /&gt;    words  [word! block!] "The word, or words, to remove"&lt;br /&gt;    /local spec&lt;br /&gt;][&lt;br /&gt;    spec: load obj-spec object&lt;br /&gt;    foreach word compose [(words)] [&lt;br /&gt;        remove/part find spec to set-word! word 2&lt;br /&gt;    ]&lt;br /&gt;    make object! spec&lt;br /&gt;]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 10 Jan 2006 05:43:14 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1100</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
