stripslashes
Removes backslashes before single quotes ( ' ), double quotes ( " ), backslashes ( \ ) and NUL (the NULL byte) in a string
[...] = optional ... = your value
[var $...=]call stripslashes $val=...
Example code
Example output
Reloadinput = FO\'OBA\"R\"\
output = FO'OBA"R"