dm_lua_unescape Function

public function dm_lua_unescape(str) result(res)

Unescapes passed character string by replacing each occurance of \\ with \.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str

String to escape.

Return Value character(len=:), allocatable

Unescaped string.