Y!RegExp quiz
Monday, September 18, 2006 1:36:27 PM
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, September 18, 2006 1:36:27 PM
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![]()
Seen Chrome's UA string recently? It's got so many browser n ...
Glad to see the jury was sensible, and the accused was not " ...
I wonder what happened when Chrome hit the double digit, IE ...
Firefox goes 2-digit, time to check your UA sniffing scripts ...
The police apparently did not convince the court, so the acc ...
xkcd on Firefox
For those who need to explore key event implementations
Eira Monstadcitoyen # Monday, September 18, 2006 1:58:08 PM
Kostia RomanovKildor # Monday, September 18, 2006 3:44:59 PM
nice, very nice…
GKiller # Monday, September 18, 2006 4:17:11 PM
Did I forget something?
Where did the creator learn regular expressions? (or maybe he didn't at all
Mihai Sucanrobodesign # Monday, September 18, 2006 7:17:25 PM
Now that's what I call Web 2.0!
João EirasxErath # Monday, September 18, 2006 7:50:16 PM
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;Nathan Jonesgemsling # Tuesday, September 19, 2006 7:12:29 AM
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.