in reply to How can I delete a part of a string?
$x = 'Just another COBOL hacker,'; substr($x,13,5) = 'Perl'; [download]