if(typeof to === 'string') {
    matchTo = exp.exec(to);
    if(matchTo) {
      unitTo = matchTo[2];
    }