Yngvarr

Generation

generate functionSat, 18 Feb 2023

hide firts 5 symbols

function hide_symbols($text) { return substr($text, 5); } hide_symbols('Hello world'); // output: world

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