hi,

is there a simple way to replace an occurence of a string, into another,
maintaing capital positions...

Like:
$str = "This equals this equals tHis";

and I wanna replace all occurences of "this" in "that", that the result will
be:

$str = "That equals that equals That";

Edward



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to