<?php $string = <<<STRING ⟺f✆oo☃. ba⟗r! STRING; echo preg_replace('/[^\p{L}\p{Z}\p{N}\p{P}]+/u', '', $string);
You have javascript disabled. You will not be able to edit any code.