You appear to be a bot. Output may be restricted
Description
Return the original version where the bbboing'ing of "researcher" was incorrectly shown as "rscheearch"You can work out all the differences for yourself
Usage
$string = hoax_version();
Parameters
Returns
string the "hoax" versionSource
File name: bbboing/bbboing.incLines:
1 to 10 of 10
function hoax_version() { $bnobbig = "According to a researcher at Cambridge University, it doesn't matter in which order the letters in a word are,"; $bnobbig = "Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, "; $bnobbig.= "the olny iprmoetnt tihng is taht the frist and lsat ltteer be at the rghit pclae. "; $bnobbig.= "The rset can be a toatl mses and you can sitll raed it wouthit porbelm. "; $bnobbig.= "Tihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef but the wrod as a wlohe. "; return( $bnobbig ); }View on GitHub View on Trac