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

{{ XsltRef() }}

+


+ string 함수는 인수를 문자열로 변환합니다.

+

구문

+
string( [object] )
+
+

인수

+
+
+ + object + (선택사항)
+
+ 문자열로 변환할 개체. 빼면, 문맥 노드를 씁니다.
+
+

반환

+

문자열

+

주의

+ +

정의

+

XPath 1.0 4.2

+

Gecko 지원

+

지원함.

-- cgit v1.2.3-54-g00ecf