> 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 delle espressioni di corrispondenza viene utilizzato quando conosci una parte delle combinazioni di caratteri nei tuoi SKU di prodotto, categorie o codici promozionali e desideri abbinare queste combinazioni di caratteri agli SKU, alle categorie o ai codici promozionali passati con le tue conversioni. Dovresti usare questo strumento solo quando non hai l'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/c0279a0e9c22a5b78cc1bbb3be84cac24b0fd825) **\[Profilo utente] → Impostazioni**.
2. Nella colonna di destra, sotto *Liste di eccezione*, seleziona *Liste di eccezione* sezione, seleziona **SKU**.
3. Seleziona **Aggiungi nuovo elenco SKU**.
4. Seleziona **Mostra impostazioni avanzate** ![](/files/d8c1f9c11c4f73cea63d0fcb2c07be6ea9fddc51).
5. Nel campo Espressioni di corrispondenza, ci sono 2 componenti importanti dello strumento delle espressioni 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 associato.                                                     |
   | [Regex al di fuori 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 affinché gli elementi dell'elenco di eccezioni vengano confrontati con i dati di conversione in arrivo. |


---

# 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.
