> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/it/what-would-you-like-to-learn-about/platform-features/promo-codes/regular-expression/match-expression-tool-regex.md).

# Regex dello strumento Match Expression

Lo strumento di espressione di corrispondenza viene utilizzato quando conosci una parte delle combinazioni di caratteri nei codici SKU dei prodotti, nelle categorie o nei codici promozionali e desideri confrontare queste combinazioni di caratteri con i codici SKU, le categorie o i codici promozionali inviati con le tue conversioni. Dovresti usare questo strumento solo quando non disponi dell'elenco completo degli elementi in un [elenco di eccezioni](/brand/it/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-category-and-sku-exception-lists.md).

1. Dalla barra di navigazione superiore, seleziona ![](/files/a0314b1a64ec39500a614699810af2308cfe8328) **\[Profilo utente] → Impostazioni**.
2. Nella colonna di destra, sotto *Elenchi di eccezioni*, seleziona *Elenchi di eccezioni* seleziona **SKU**.
3. Seleziona **Aggiungi nuovo elenco SKU**.
4. Seleziona **Mostra impostazioni avanzate** ![](/files/d8c1f9c11c4f73cea63d0fcb2c07be6ea9fddc51).
5. Nel campo Match Expressions, questi sono 2 componenti importanti dello strumento di espressione di corrispondenza:

   <div data-with-frame="true"><figure><img src="/files/99ef1d0ebf8143ceb15bc7fe13a785998f6e6a9a" alt="" width="563"><figcaption></figcaption></figure></div>

   | Componente                                                                                                                                                          | Descrizione                                                                                                          |
   | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
   | [Regex all'interno delle parentesi](/brand/it/what-would-you-like-to-learn-about/platform-features/promo-codes/regular-expression/regex-inside-the-parentheses.md)  | Corrisponde esattamente agli elementi nell'elenco di eccezioni allegato.                                             |
   | [Regex all'esterno delle parentesi](/brand/it/what-would-you-like-to-learn-about/platform-features/promo-codes/regular-expression/regex-outside-the-parentheses.md) | Imposta le condizioni per gli elementi dell'elenco di eccezioni da confrontare con i dati di conversione in entrata. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.impact.com/brand/it/what-would-you-like-to-learn-about/platform-features/promo-codes/regular-expression/match-expression-tool-regex.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
