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);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    regex.exec
    string.match

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 7 months ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
Chrome 127 on Linux
View result in a separate tab
Test name Executions per second
regex.exec 6104200.0 Ops/sec
string.match 4732532.0 Ops/sec