Generation

generate functionSun, 26 Mar 2023

funcion que imprita el total de caracteres y luego que quite espacios en del caractereres

$s = '1 2 3 4 5 6 7 8 9 10'; strlen($s); str_replace(' ', '', $s);

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