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
string-length 함수는 인수로 준 문자열의 문자수를 반환합니다.
string-length
string-length( [string] )
string
평가할 문자열. 빼면, 쓰는 문자열은 문자열로 변환된 문맥 노드와 같습니다.
문자열의 문자수와 같은 정수.
XPath 1.0 4.2
지원함.