Function Block STPSLASHES

The Function Block STPSLASHES removes all backslashes.

Note: This function is Binary-Safe. This means that UTF8 characters cannot be processed directly.

Input

The input defines the string to be processed.

Output

The output returns a string without backslashes ("\"). As in C, \n, \r ..., octal and hexadecimal occurrences are recognized.