if (gtMatch) {
    gtMatch = gtMatch && parseInt(gtMatch[1], 10);
    start = gtMatch + 1;
    fragment = fragment.replace(gtRe, '');
  }