Full Library / Math Operator / String Operation / StringFunction
Block Name: StringFunction
- public class StringFunction
- extends VisualSim.actor.lib.Transformer
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.
function
public VisualSim.data.expr.Parameter function
- Parameter that stores the string function to be performed on the input string. The possible values are "trim" (the default), "toUpperCase", or "toLowerCase".
Created with the Personal Edition of HelpNDoc: Full-featured EPub generator