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