> 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/ja/what-would-you-like-to-learn-about/platform-features/promo-codes/regular-expression/match-expression-tool-regex.md).

# マッチ式ツールの正規表現

マッチ式ツールは、製品のSKU、カテゴリ、またはプロモコードに含まれる文字の組み合わせの一部が分かっており、それらの文字の組み合わせを、コンバージョンとともに渡されるSKU、カテゴリ、またはプロモコードと照合したい場合に使用します。このツールを使用する必要があるのは、項目の完全な一覧がない場合のみです。 [例外リスト](/brand/ja/what-would-you-like-to-learn-about/account-administration/program-settings/exception-lists/create-category-and-sku-exception-lists.md).

1. 上部のナビゲーションバーで、次を選択します ![](/files/2c38195ecc23a36266a65082c4bfc52f44a43503) **\[ユーザープロフィール] → 設定**.
2. 右側の列の下に *例外リスト*の下の *例外リスト* セクションで、次を選択します **SKU**.
3. 次を選択します **新しいSKUリストを追加**.
4. 次を選択します **詳細設定を表示** ![](/files/09195a469c69f799dda32a4394df46fd2022905a).
5. ［マッチ式］フィールドには、マッチ式ツールの重要なコンポーネントが2つあります。

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

   | コンポーネント                                                                                                                                    | 説明                                         |
   | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------ |
   | [括弧内の正規表現](/brand/ja/what-would-you-like-to-learn-about/platform-features/promo-codes/regular-expression/regex-inside-the-parentheses.md)  | 対応する例外リスト内の項目と完全に一致します。                    |
   | [括弧外の正規表現](/brand/ja/what-would-you-like-to-learn-about/platform-features/promo-codes/regular-expression/regex-outside-the-parentheses.md) | 例外リストの項目を、入力されたコンバージョンデータと照合するための条件を設定します。 |


---

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