Run details:
Mozilla/5.0 (Linux; Android 10; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Mobile Safari/537.36
Chrome Mobile 105
Android
Mobile
2 years ago
Test name Executions per second
regex 1367818.9 Ops/sec
trim 2571184.8 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