Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

contains


contains 関数は、第 1 引数の文字列に第 2 引数の文字列が含まれているかどうかを判定し、真偽値 true または false を返します。

構文

contains( haystack , needle )

引数

haystack
検索される文字列
needle
haystack の部分文字列かどうかを検索する文字列

戻り値

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

定義

XPath 1.0 4.2

Gecko でのサポート

サポート済み。

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: Shoot
 最終更新者: Shoot,