this._quoteRegExp = new RegExp(
      '(' + this.options.toQuote.map(escapeRegExpComponent).join('|') + ')',
      'gm'
    );