Run details:
Mozilla/5.0 (X11; Linux x86_64; rv:107.0) Gecko/20100101 Firefox/107.0
Firefox 107
Linux
Desktop
one year ago
Test name Executions per second
RegEx.test 10368273.0 Ops/sec
String.includes 16578673.0 Ops/sec
String.match 5472663.0 Ops/sec
Script Preparation code:
AخA
 
var string = "Hello world!";
var regex = /Hello/;
Tests:
  • RegEx.test

     
    regex.test(string);
  • String.includes

     
    string.includes("Hello");
  • String.match

     
    string.match("Hello");