PHP קוד:
$str = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="400" height="400"><param name="width" value="400" /><param name="height" value="400" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="src" value="http://www.gamershood.biz/cicurateLINK/gimme5_550400.swf" /><embed type="application/x-shockwave-flash" width="400" height="400" menu="false" quality="high" src="http://www.gamershood.biz/cicurateLINK/gimme5_550400.swf"></embed></object>';
$str = preg_replace('/width="(.*?)"/','width="600"' , $str);
או שככה:
PHP קוד:
$str = preg_replace('/width="(\d+)"/','width="600"' , $str);