From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- .../web/xpath/functions/string-length/index.html | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 files/ko/web/xpath/functions/string-length/index.html (limited to 'files/ko/web/xpath/functions/string-length/index.html') diff --git a/files/ko/web/xpath/functions/string-length/index.html b/files/ko/web/xpath/functions/string-length/index.html new file mode 100644 index 0000000000..e62774f000 --- /dev/null +++ b/files/ko/web/xpath/functions/string-length/index.html @@ -0,0 +1,28 @@ +--- +title: string-length +slug: Web/XPath/Functions/string-length +tags: + - XSLT_Reference +translation_of: Web/XPath/Functions/string-length +--- +

{{ XsltRef() }}

+


+ string-length 함수는 인수로 준 문자열의 문자수를 반환합니다.

+

구문

+
string-length( [string] )
+
+

인수

+
+
+ + string + (선택사항)
+
+ 평가할 문자열. 빼면, 쓰는 문자열은 문자열로 변환된 문맥 노드와 같습니다.
+
+

반환

+

문자열의 문자수와 같은 정수.

+

정의

+

XPath 1.0 4.2

+

Gecko 지원

+

지원함.

-- cgit v1.2.3-54-g00ecf