HTML: Markup language
CSS: Styling language
JavaScript: Scripting language
Web APIs: Programming interfaces
All web technology
Learn web development
Discover our tools
Get to know MDN better
This page was translated from English by the community. Learn more and join the MDN Web Docs community.
View in English Always switch to English
starts-with 함수는 첫 번째 문자열이 두 번째 문자열로 시작하는 지를 확인한 뒤 true나 false를 반환합니다.
starts-with
starts-with(haystack ,needle)
haystack
들여다볼(look in) 문자열.
needle
찾을(look for) 문자열.
만약 haystack 이 needle 로 시작하면 true. 그렇지 않으면, false.
true
false
XPath 1.0 4.2
지원함.