# $EPIC: remws.txt,v 1.2 2006/08/19 06:07:20 sthalik Exp $
$remws(<lwords> / <rwords>)
You would use this function if you needed to remove more than one word at a time from a word list. <rwords> is the word list, and <lwords> are the words you want to have removed from <rwords>. If you just want to remove one word, use $remw().
<rwords> with <lwords> removed
$remws(foo bar / test blah foo fnord bar nyah) returns "test blah fnord nyah"