30
MohitC
8y

$str = str_replace(array("\{","\}")," ",$str);

//Replaces with spaces the braces in cases where braces in places cause stasis

Comments
Add Comment