<?php $string = 'don't'; var_dump(preg_replace("/[^A-Za-z0-9 ]/", '', html_entity_decode($string, ENT_QUOTES)));
You have javascript disabled. You will not be able to edit any code.