Help for this page

Select Code to Download


  1. or download this
    return $string . reverse $string;
    
  2. or download this
    return (
        $string
        . ( rand < .5 ? $letters[ rand @letters ] : '' )
        . reverse $string
    );