Guest User

Untitled

a guest
Oct 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $string = ",' ',"
  2.  
  3. $string = str_replace('\', '', $string);
  4. $string = trim(preg_replace('/ss+/', ' ', $string));
  5. $string = stripslashes($string);
  6.  
  7. echo '<pre>'.var_export($string,true).'</pre>;
  8.  
  9. ',' ','
Add Comment
Please, Sign In to add comment