Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36
Chrome 94
Linux
Desktop
3 years ago
Test name Executions per second
RegEx.test 9913160.0 Ops/sec
String.match 8733652.0 Ops/sec
Script Preparation code:
AخA
 
var string = "Hello world!";
var regex = /[A-Z][a-z]+ [a-z]+/;
Tests:
  • RegEx.test

     
    regex.test(string);
  • String.match

     
    string.match(regex);