Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Thanks mate. |
|
|
(rE.test(string))?alert('Match'):alert('No match');
to: alert((rE.test(string)) ? "Match" : "No match"); :) |