Escapes passed character string by replacing each occurance of \
with \\
. The returned string is also trimmed.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | string |
String to escape. |
Escaped string.