Method definitions:

The tests below are based on the RegExp objects defined in the header as:

r1 = new RegExp("^(b*)(or)+(i)?(n|m){3}(g{2,})[A-Z]\\B[a-z]\\b\\s\\S");
r2 = /d(b+)(d)/ig;
s1 = "boringMan 6";
s2 = "4378436837# somEgGgnMnorororbbbb\n45434563@ motHgggmmmiOr";
var a;

RegExp only exists in JavaScript 1.2 and later.

The following table tests a method that only exists in JavaScript 1.3 and later

The following table tests a method that is deprecated in JavaScript 1.5.

Last Updated: 10-06-2001