Strings Php

print(substr_replace("ABCDEFG", "-", 2, 3));
?>