Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
Chrome 128
Windows
Desktop
7 months ago
Test name Executions per second
parseFloat() 1703416.9 Ops/sec
regex 3463378.8 Ops/sec
Tests:
  • parseFloat()

    AخA
     
    var string = parseFloat((3/2).toFixed(4)).toString();
  • regex

     
    var string = (3/2).toFixed(4).replace('^[+-]?([0-9]*[.])?[0-9]+$', '');