--- title: contains slug: Web/XPath/Functions/contains tags: - XSLT - XSLT_Reference translation_of: Web/XPath/Functions/contains ---
{{ XsltRef() }}
contains
関数は、第 1 引数の文字列に第 2 引数の文字列が含まれているかどうかを判定し、真偽値 true または false を返します。
contains(haystack ,needle )
haystack
needle
haystack
の部分文字列かどうかを検索する文字列haystack
に needle
が含まれていれば true
。 そうでなければ false
。
サポート済み。