Movatterモバイル変換


[0]ホーム

URL:


  1. 개발자를 위한 웹 기술
  2. XML: 확장가능한 마크업 언어
  3. XPath
  4. Reference
  5. Functions
  6. contains

This page was translated from English by the community.Learn more and join the MDN Web Docs community.

View in EnglishAlways switch to English

contains

contains 함수는 첫 번째 인수 문자열이 두 번째 인수 문자열을 포함하는지 결정하고 부울값 true 또는 false를 반환합니다.

문법

contains(haystack ,needle )

인수

haystack

찾을 문자열

needle

첫 번째 인수(haystack)에서 찾을 부분 문자열

반환

첫 번째 인수(haystack)가 두 번째 인수(needle)를 포함하면true. 그렇지 않으면,false.

정의

XPath 1.0 4.2

Gecko 지원

지원함.

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp