Run details:
Mozilla/5.0 (Android 7.0; Mobile; rv:108.0) Gecko/108.0 Firefox/108.0
Firefox Mobile 108
Android 7.0
Mobile
2 years ago
Test name Executions per second
regex 576136.0 Ops/sec
trim 11159054.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()