Display the drop-down list

stripcslashes()

« strip_tags | stripos »
<?php
$string 
stripcslashes (
    
  // string $str
);
?>
Result
$string = 'Hello world!
 Is anybody there?'
Examples
#1 stripcslashes  ('Hello world!\n Is\ anybody there?')
See also
addcslashes