matches

Document Actions
last edited 4 years ago by Lusin_S_Sargsyan

description

This part is designed to tell whether or not the string matches the given regular expression. If the matches occurs the result is true, otherwise the result is false.

figure

inpins

  1. MATCHES(STR, REGEX) - ID = 1 - set the Srtings to match
  • STR – String
  • REGEX – String

outpins

  1. RESULT - ID = 51 - boolean

links to cvs

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

configuration file revision 1.0 matches.xml at sourceforge.net

status

alpha release