Answers for "php replace match word part"

PHP
0

replace exact word in php

$string = preg_replace('/btheb/', '', $string);
Posted by: Guest on May-13-2021

Browse Popular Code Answers by Language