Run details:
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0
Firefox 51
Windows
Other
8 years ago
Test name Executions per second
RegExp#test 3251735.8 Ops/sec
String#indexOf 22691014.0 Ops/sec
String#match 1285403.1 Ops/sec
HTML Preparation code:
AخA
 
1
<div>This is demo</div>
Script Preparation code:
 
console.log("js preparation");
Tests:
  • RegExp#test

     
    /o/.test('Hello World!');
  • String#indexOf

     
    'Hello World!'.indexOf('o') > -1;
  • String#match

     
    !!'Hello World!'.match(/o/);