
StringSplitter |
org.resurgence.actor.StringSplitter |
This actor reads a string and writes an array filled with its parts.
The regular expression separating the entries can be specified as a
parameter.
Author(s): Wibke Sudholt, University and ETH Zurich, November 2004
Version:$Id: StringSplitter.java,v 1.2 2005/03/18 18:16:58 sudholt Exp $
string
The input port, which contains the string.
array
The output port, which contains the array.
separator
The parameter, which specifies the regular expression.