
StringFunction |
ptolemy.actor.lib.string.StringFunction |
Produce the output string generated by applying a user-specified
string function on a provided input string. The available string
functions are a case sensitive subset of the java.lang.String
functions.
- trim: Remove leading and trailing whitespace from a string.
- toUpperCase: Convert all letters in a string to uppercase.
- toLowerCase: Convert all letters in a string to lowercase.
Author(s): Mike Kofi Okyere, Ismael M. Sarmiento
Version:$Id: StringFunction.java,v 1.19 2005/07/08 19:56:37 cxh Exp $
Pt.Proposed Rating:Green (ismael)
Pt.Accepted Rating:Green (net)
function
Parameter that stores the string function to be performed
on the input string. The possible values are "trim" (the default),
"toUpperCase", or "toLowerCase".