如何用php替换子字符串,无论它是低级还是高级字符

时间:2015-06-18 08:54:59

标签: php

我需要替换子字符串大小写或小写

$sub = "STR";
$newsub="All-";
$str="Strstring";
$newstr=str_replace($sub,$rep,$str);

2 个答案:

答案 0 :(得分:5)

您可以使用PHP的<div id="imagePreview"></div> <p><input id="imageInput" type="file" name="myPhoto" onchange="loadImageFile();"><br><input type="submit" value="Send" /></p>功能

str_ireplace

Fiddle

答案 1 :(得分:0)

您也可以使用$sub = array('/STR/i'); $newsub="All-"; $str="Strstring"; echo $newstr=preg_replace($sub, $newsub, $str); -

All-All-ing

<强>输出

<name>mod_myfirst_module</name>