Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
Chrome 122
Windows
Desktop
10 months ago
Test name Executions per second
regex.exec 5650371.0 Ops/sec
string.match 5762887.0 Ops/sec
Script Preparation code:
AخA
 
var string = "Hello world!";
var regex = /[A-Z][a-z]+ [a-z]+/;
Tests:
  • regex.exec

     
    regex.exec(string);
  • string.match

     
    string.match(regex);