-
-
-
正規表現
-
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® NetScaler® アプライアンスのポリシーインフラストラクチャには、テキスト照合の引数として正規表現を渡すことができる演算子が含まれています。正規表現を扱う演算子の名前には、文字列 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 で始まります。<delimiter>
で表される一対の一致する区切り文字は 、 正規表現を表す文字列<regex_pattern>
を囲みます。
次の式例では、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.