replace

Document Actions
last edited 4 years ago by Lusin_S_Sargsyan

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

inpins

  1. REPLACE(STR, OLDCHAR, NEWCHAR) - ID = 1 - set the Srting and characters to replace
  • STR – string
  • OLDCHAR – character
  • NEWCHAR – character

outpins

  1. RESULT - ID = 51 - String

links to cvs

source - revision 1.0 org.vcb.parts.srting.Replace.java at sourceforge.net

configuration file revision 1.0 replace.xml at sourceforge.net

status

alpha release