Y!RegExp quiz
Monday, 18. September 2006, 13:36:27
if(img.match(/(.[jJ][pP][eE]?[gG]|.[gG][iI][fF]|.[pP][nN][gG])/)) {
return true;
}
return false;
(Yes, the variable name is a hint.)
the web is a hack
Monday, 18. September 2006, 13:36:27
if(img.match(/(.[jJ][pP][eE]?[gG]|.[gG][iI][fF]|.[pP][nN][gG])/)) {
return true;
}
return false;
no ballads in this OperaLaunching OddPatch 0.1 Beta![]()

I don't have a problem with being bug-compatible. I just think y ...
I don't have a problem with being bug-compatible. I just think y ...
We've been bug-compatible on purpose Then it isn't a bug but a f ...
I think that a tiny amount of sites will be affected so it is ki ...
fearphage and lucideer: what we're learning the hard way again a ...
xkcd on Firefox
citoyen # 18. September 2006, 13:58
Kildor # 18. September 2006, 15:44
nice, very nice…
GKiller # 18. September 2006, 16:17
Did I forget something?
Where did the creator learn regular expressions? (or maybe he didn't at all
robodesign # 18. September 2006, 19:17
Now that's what I call Web 2.0!
xErath # 18. September 2006, 19:50
function a(){
if(foobar)
return true;
else
return false;
}
function b(){
if( a() )
return true;
else
return false;
}
if( b() )
return true;
else
return false;
gemsling # 19. September 2006, 07:12
BTW, the sign-up process for Opera Community appears to be almost broken/inaccessible: a captcha is presented with mixed case letters, but I couldn't proceed until I entered lowercase equivalents. It should either accept input that exactly matches the captcha, or it should ignore case.