--- 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 の部分文字列かどうかを検索する文字列

戻り値

haystackneedle が含まれていれば true。 そうでなければ false

定義

XPath 1.0 4.2

Gecko でのサポート

サポート済み。