Synopsis: $remws( / ) Technical: This function simply returns with all of the words to the left of the / removed. Returns: with removed Examples: $remws(foo bar / test blah foo fnord bar nyah) returns "test blah fnord nyah" See Also: remw(6); uniq(6);