input_string_1
output_string_1
input_string_2
output_string_2
...input_string_N
output_string_N
You 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 |