Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36
Chrome 91
Windows
Desktop
3 years ago
Test name Executions per second
regex.exec 3693987.2 Ops/sec
regex.test 4248308.5 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);
  • regex.test

     
    regex.test(string);