Cadenas de php
<?php
echo strlen("Hello world!"); // outputs 12
?>
naly moslih
<?php
echo strlen("Hello world!"); // outputs 12
?>
The character at index -2 is n.
Changing the character at index -3 to o gives strong.
check out php manual > https://www.php.net/manual/en/ref.strings.php