PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $text = ' Perspiciatisd #some_tagd 😏ка п '; //echo preg_replace("/^(.*?)(\#\s)(.*?)$/", '\\3', $text); echo preg_replace('/[#]\S+', '', $text); //echo preg_replace('/((#[^\s]*) )/Ui', ' ', $text);
Show:  
Copy Clear