--- title: substring slug: Web/XPath/Functions/substring tags: - XSLT_Reference translation_of: Web/XPath/Functions/substring ---
{{ XsltRef() }}
substring
함수는 인수로 준 문자열의 부분을 반환합니다.
substring(string ,start [,length] )
string
start
string
안 위치.length
(선택사항)start
위치부터
string
의 끝까지 모든 문자를 포함합니다.문자열.
다른 XPath 함수와 마찬가지로, 위치는 0에 기반을 두지 않습니다. 문자열의 첫 문자는 위치가 0이 아니라 1입니다.
지원함.