Thanx for the prompt response Sreedhar.
The following is the requirement.
I get a CODE like “i12345” as input variable.
This code has to be compared to see if the first letter matches a certain predefined character. This character is stored in db and has to be retrieved at run time.
To check the condition, I thought of using a regular expression whose pattern can be generated from the value retrieved from db ( say code)
My regular expression should look something like this
%variable%==/^%code%*/
But this option was not successfull and I ended up using services under pub.String folder to achieve the requirement.
I would just like to know, if the regular expression patterns can be created dynamically using pipeline variables.
thanks and best regards
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB