Yngvarr

Generation

generate functionMon, 16 Jan 2023

replace last symbols

$string = 'Hello world'; $string = substr_replace($string, '!!', -1); echo $string;

Want to kickstart your project?Use the new AI Studio to create your code