Replacing double quotes by smart qutotes


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. preg_replace('B"b([^"x84x93x94rn]+)b"B', '?1?', $text);

Report this snippet


Comments


You need to login to view comments.