StringSubstring

Parent Previous Next

Full Library / Math Operator / String Operation /  StringSubString
Block Name: StringSubstring


Output a substring of the string provided at the input. The position of the substring within the input string is determined by the start and stop port parameters. Following Java convention, the character at start is included, but the character at stop is not. If the stop is less than start, then the substring starts at start and extends to the end of the string. The default values for start and stop are both 0; this results in an empty string at the output.


Field Detail

start

public VisualSim.actor.parameters.PortParameter start


stop

public VisualSim.actor.parameters.PortParameter stop

 


Created with the Personal Edition of HelpNDoc: Free help authoring environment