I'm having trouble making a preg_replace allow apostrophes. The current preg_replace won't allow them. What do I need to change to make them possible?
preg_replace
$string="I'm an apostrophe"; preg_replace('#<br\s*/?-->#i', " ", $string)