Run details:
Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1
Mobile Safari 16
iOS 16.2
Mobile
2 years ago
Test name Executions per second
RegEx.test 12401485.0 Ops/sec
String.includes 11308207.0 Ops/sec
Script Preparation code:
AخA
 
var string = "Hello world!";
var regex = /Hello1/i;
Tests:
  • RegEx.test

     
    regex.test(string);
  • String.includes

     
    string.toLowerCase().includes("Hello1");