---
sourceDocument: Xanadu Now Platform の管理
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ja-JP/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - ja-JP

ft:publication_title :

    - Xanadu Now Platform の管理

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# パターン一致

# パターン一致 {#ariaid-title1}

* リリースバージョン: Xanadu
* 
* 更新日 2024年08月01日
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 所要時間：1分

フィールド正規化のパターン一致では、特殊文字を正規表現とは異なる方法で使用して、プラットフォームがフィールド値を変換する状況を認識するパターンを作成します。

パターン一致は、条件ステートメントでのみ使用できます。条件ステートメントでパターン一致文字を使用する場合は、必ず \[パターン一致\] 演算子を選択してください。  
検索用のパターンを作成するには、次の特殊文字を使用します。

* 検索文字列内のアスタリスク (\*) は、任意の文字の任意の数 (0 を含む) と一致します。
* 検索文字列内の疑問符 (？) は、任意の 1 つの文字と一致します。
* 検索文字列内の他のすべてのものはそれ自体と一致します。
{#c_PatternMatching__ul_kz2_txx_lp}

## 例

* the story は the story と一致しますが、that story とは一致しません。
* \*story は the story および that story と一致しますが、that story is the best とは一致しません。
* st?ry は story および stxry と一致しますが、my story または stairy とは一致しません。
* \*b?gus\* は bogus、my bogus story、および His bagus machine と一致しますが、my bgus story または my baigus story とは一致しません。
{#c_PatternMatching__ul_vyb_xxx_lp}

