-
-
-
正規表現
-
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
正規表現
CONTAINS ("<string>"
) または EQ ("<string>"
) 演算子で実行する操作よりも複雑な文字列マッチング操作を実行する場合は、正規表現を使用します。Citrix® Citrix ADC® アプライアンスのポリシーインフラストラクチャには、テキストマッチングの引数として正規表現を渡すことができる演算子が含まれています。正規表現で動作する演算子の名前には、文字列 REGEX が含まれます。引数として渡す正規表現は、「"<http://www.pcre.org/pcre.txt>."
」で説明されている正規表現の構文に準拠している必要があります。正規表現の詳細については、 「"<http://www.regular-expressions.info/quickstart.html>"
」 および「"<http://www.silverstones.com/thebat/Regex.html>."
」を参照してください。
正規表現で動作する演算子のターゲットテキストは、テキストまたは HTTP ヘッダーの値のいずれかです。次に、正規表現演算子を使用してテキストを操作するデフォルトの構文式の形式を示します。
<text>.<regex_operator>(re<delimiter><regex_pattern><delimiter>)
この<text>
文字列は、パケット内のテキスト文字列を識別するデフォルトの構文式プレフィックス(HTTP.REQ.URL など) を表します。文字列は、<regex_operator>
正規表現演算子 を表します。正規表現は常に文字列 re で始まります。正規表現を表す文字列<regex_pattern>
は、<delimiter>
で表される一致区切り文字のペアで囲みます。
次の式例は、HTTP パケット内の URL に文字列*.jpeg
(*
はワイルドカード)が含まれているかどうかを調べ、結果を示すブール値 TRUE または FALSE を返します。正規表現は、区切り文字として機能するスラッシュマーク(/)のペアで囲まれています。
http.req.url.regex_match(re/.<asterisk>\.jpeg/)
正規表現演算子を組み合わせて、検索の範囲を定義または絞り込むことができます。たとえば、<text>.AFTER_REGEX(reregex_pattern1).BEFORE_REGEX(reregex_pattern2)
は、文字列マッチングのターゲットが、パターン regex_pattern1 と regex_pattern2 の間のテキストであることを指定します。正規表現演算子によって定義されたスコープでは、テキスト演算子を使用できます。たとえば、CONTAINS ("<string>"
) 演算子を使用して、定義されたスコープに文字列 abc が含まれているかどうかを確認できます。
<text>.AFTER_REGEX(re/regex_pattern1).BEFORE_REGEX(re/regex_pattern2/).CONTAINS("abc")
注
正規表現を評価するプロセスは、単純な文字列引数で動作する CONTAINS (
"<string>"
) や EQ ("<string>"
) などの演算子よりも本質的に時間がかかります。正規表現は、要件が他の演算子の範囲を超えている場合にのみ使用してください。
共有
共有
この記事の概要
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.