Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
Chrome 127
Linux
Desktop
8 months ago
Test name Executions per second
regex.exec 6104200.0 Ops/sec
string.match 4732532.0 Ops/sec
Script Preparation code:
AخA
 
var string = "2024-09-04";
var regex =/^(\d{4})-(0?[1-9]|1[012])-(0?[1-9]|[12][0-9]|3[01])$/g;
Tests:
  • regex.exec

     
    regex.exec(string);
  • string.match

     
    string.match(regex);