Test name | Executions per second |
---|---|
regex | 621789.5 Ops/sec |
trim | 4550578.0 Ops/sec |
var string = ' fsajdf asdfjosa fjoiawejf oawjfoei jaosdjfsdjfo sfjos 2324234 sdf safjao j o sdlfks dflks l '
string.replace(/^\s+|\s+$|\s+(?=\s)/g, '')
string.trim()