Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36
Chrome 105
Windows
Desktop
2 years ago
Test name Executions per second
regex 1192240.9 Ops/sec
trim 5878125.0 Ops/sec
Script Preparation code:
AخA
 
var string = '    fsajdf asdfjosa fjoiawejf oawjfoei jaosdjfsdjfo sfjos 2324234 sdf safjao j o        sdlfks dflks l      '
Tests:
  • regex

     
    string.replace(/^\s+|\s+$|\s+(?=\s)/g, '')
  • trim

     
    string.trim()