<?php $str = "Word/Word2/The Foo/"; echo "str_replace: " . str_replace( "/The Foo/", "", $str ) . "\n"; echo "preg_replace: " . preg_replace( "+/The Foo/+", "", $str ) . "\n";
You have javascript disabled. You will not be able to edit any code.