diff options
Diffstat (limited to 'files/ko/web/xpath/functions/concat/index.html')
-rw-r--r-- | files/ko/web/xpath/functions/concat/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/files/ko/web/xpath/functions/concat/index.html b/files/ko/web/xpath/functions/concat/index.html new file mode 100644 index 0000000000..82162ff93a --- /dev/null +++ b/files/ko/web/xpath/functions/concat/index.html @@ -0,0 +1,29 @@ +--- +title: concat +slug: Web/XPath/Functions/concat +tags: + - XSLT_Reference +translation_of: Web/XPath/Functions/concat +--- +<p>{{ XsltRef() }}</p> +<p><br> + <code>concat</code> 함수는 둘 또는 둘 이상의 문자열을 연결하고 연결한 문자열을 반환합니다.</p> +<h3 id=".EB.AC.B8.EB.B2.95" name=".EB.AC.B8.EB.B2.95">문법</h3> +<pre class="eval">concat(<i>string<sub>1</sub></i> ,<i>string<sub>2</sub></i> [,<i>string<sub>n</sub></i>]* ) +</pre> +<h3 id=".EC.9D.B8.EC.88.98" name=".EC.9D.B8.EC.88.98">인수</h3> +<dl> + <dt> + <code> + <i> + string<sub>n</sub></i> + </code></dt> + <dd> + 이 함수는 둘 또는 둘 이상의 인수를 받습니다. 각각은 문자열입니다.</dd> +</dl> +<h3 id=".EB.B0.98.ED.99.98" name=".EB.B0.98.ED.99.98">반환</h3> +<p>함수에 인수로 건넨 모든 문자열을 연결한 단일 문자열.</p> +<h3 id=".EC.A0.95.EC.9D.98" name=".EC.A0.95.EC.9D.98">정의</h3> +<p><a class="external" href="http://www.w3.org/TR/xpath#function-concat">XPath 1.0 4.2</a></p> +<h3 id="Gecko_.EC.A7.80.EC.9B.90" name="Gecko_.EC.A7.80.EC.9B.90">Gecko 지원</h3> +<p>지원함.</p> |