NEEDED
show code
<?php
$str
=
"/m/NEEDED/"
;
echo
$newStr
=
str_replace
(array(
'/'
,
'm'
),
""
,
$str
);