Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36
Chrome 91
Linux
Desktop
3 years ago
Test name Executions per second
regex 2245761.8 Ops/sec
trim 12143138.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()