Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36 Edg/88.0.705.81
Chrome 88
Windows
Desktop
4 years ago
Test name Executions per second
regex 4777647.5 Ops/sec
trim 8079537.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