replacefirst
last edited 4 years ago by Lusin_S_Sargsyan
description
This part is designed to replace the first substring of the string that matches the given regular expression with the given replacement. If the replacement does not occur in the regular expression then a reference to the String object is returned. Otherwise, a new String object is created that represents a string replaced with given string.
figure
inpins
- REPLACEFIRST(STR, REGEX, REPLACEMENT) - ID = 1 - set the Srtings to replace
- STR – String
- REGEX – String
- REPLACEMENT – String
outpins
- RESULT - ID = 51 - String
links to cvs
source - revision 1.0 org.vcb.parts.srting.ReplaceFirst.java at sourceforge.net
configuration file revision 1.0 replacefirst.xml at sourceforge.net
status
alpha release