Hi,
we have the requirement to scrub the special characters like ",<,> . when i tried to implement this using pub.string:replace , i am not getting the expected result.
i entered Instring as "PICK PACK and HOLD. ORDER CANNOT SHIP UNTIL 9/27/07”
i set the remaining parameters as follows
Search string → [",>,<]
replace string —>
useRegex-------> true
and the output in the pipe line is PICK PACK and HOLD. ORDER CANNOT SHIP UNTIL 9/27/07”
i wondered why the second " is still exists in the output?. we are running on IS 6.5 with SP2 and Windows 2000
i appreciate if anyone guide me through the solution
Vasu
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB