[ad_1]
Use /i modifier to ignore the case.
$input = preg_replace("/word/i", "", $input);
3
[ad_2]
solved Regex to find uppercase and lowercase and any derived words [closed]
[ad_1]
Use /i modifier to ignore the case.
$input = preg_replace("/word/i", "", $input);
3
[ad_2]
solved Regex to find uppercase and lowercase and any derived words [closed]