History for replaceall

changed:
-
description

   This part is designed to replace each 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

 <img src="replaceall.JPG" />


inpins

 1 REPLACEALL(STR, REGEX, REPLACEMENT) - ID = 1 - set the Srtings to replace

 o STR – String

 o REGEX – String

 o REPLACEMENT – String
 
outpins

 1 RESULT - ID = 51    - String
 
links to cvs

 source - revision 1.0 "org.vcb.parts.srting.ReplaceAll.java":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/src/org/vcb/parts/string/ReplaceAll.java at sourceforge.net

 configuration file revision 1.0 "replaceall.xml":http://cvs.sourceforge.net/viewcvs.py/vcb/VCB/libraries/configs/string/replaceall.xml at sourceforge.net

status

 alpha release