Mega Code Archive

 
Categories / Php / Strings
 

String replace

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