replaceall

Document Actions
last edited 4 years ago by Lusin_S_Sargsyan

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

inpins

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

outpins

  1. RESULT - ID = 51 - String

links to cvs

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

configuration file revision 1.0 replaceall.xml at sourceforge.net

status

alpha release