Test name | Executions per second |
---|---|
regex | 3091681.5 Ops/sec |
trim | 8132458.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()