History for replace

changed:
-
description

  This part is designed to replace all occurrences of oldChar in the string with newChar.If the character oldChar does not occur in the character sequence represented by the String object, then a reference to this String object is returned. Otherwise, a new String object is created that represents a character sequence identical to the character sequence represented by the String object, except that every occurrence of oldChar is replaced by an occurrence of newChar. 

figure

 <img src="replace.JPG" />

inpins

 1 REPLACE(STR, OLDCHAR, NEWCHAR) - ID = 1 - set the Srting and characters to replace

 o STR – string  

 o OLDCHAR – character

 o NEWCHAR – character

outpins

 1 RESULT - ID = 51    - String 

links to cvs

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

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

status

 alpha release