Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36 Edg/85.0.564.44
Chrome 85
Mac OS X 10.15.6
Desktop
4 years ago
Test name Executions per second
regex 5506803.0 Ops/sec
trim 11570496.0 Ops/sec
Script Preparation code:
AخA
 
var string = '               ';
var regPattern = new RegExp(/\A\s*\z/g);
Tests:
  • regex

     
    regPattern.test(string)
  • trim

     
    string.trim().length === 0