Reviews (0)
For Workflow:
Remove duplicate strings
The remove duplicate strings service takes the list ['a','b','c','b','a','d'], strips out duplicate strings and outputs the result ['a','b','c','d'].
Created: 2008-09-27
Credits:
Alan Williams