PHP Share strip slashed from php string by admin at 2020-06-05 16:54:00. $string = "hello /world"; echo stripslashes($str); output: hello world