NEEDED
show code
<?php
$str
=
"/m/NEEDED/"
;
echo
$newStr
=
preg_replace
(
"~(/m/|/)~"
,
""
,
$str
);