/', '', $txt); ?>
A popular meme circulating the internet:
Aoccdrnig to rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is taht the frist and lsat ltteer be at the rghit pclae. The rset can be a total mses and you can sitll raed it wouthit a porbelm. Tihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe.
Now you can make your own scrmables!
if($txt){ print("\n");
$txt = preg_split('/[\s,]+/', $txt);
foreach($txt as $x) {
print(jumble($x));
}
print("\n");
}
?>
view the src
1));
return $pos;
}
function jumble($word) {
if(strlen($word)==0) return '';
for($j=0; $j