--- title: contains slug: Web/XPath/Functions/contains tags: - XSLT_Reference translation_of: Web/XPath/Functions/contains ---
{{ XsltRef() }}
contains
함수는 첫 번째 인수 문자열이 두 번째 인수 문자열을 포함하는지 결정하고 부울값 true 또는 false를 반환합니다.
contains(haystack ,needle )
haystack
needle
haystack
)에서 찾을 부분 문자열첫 번째 인수(
haystack
)가 두 번째 인수(
needle
)를 포함하면 true
. 그렇지 않으면, false
.
지원함.