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