wildcard: routeSections.reduce((prev, curr, index) =>
      (curr.indexOf('*') === -1) ? prev + (POWER_DECIMAL - index) : prev, 0),