input_string_1output_string_1input_string_2output_string_2...input_string_Noutput_string_NYou can use hexadecimal notation within angle brackets (<hex>). Some characters (tab, line feed, angle brackets, quotation marks, etc.) must have hexadecimal notation. You can separate multiple hex values with comma. For example:
Example 6 // Substitute ALPHA with BETAALPHABETA// Substitute line feed with carriage return and line feed<0A><0D,0A>// Substitute " with ()<22><28,29>// Substitute \ with /<5C><2F>
| OpenText StreamServe 5.6 | Updated: 2013-03-01 |