Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 624 Bytes

File metadata and controls

31 lines (19 loc) · 624 Bytes
title slug
concat
Web/XPath/Functions/concat

{{XsltSidebar}}{{ XsltRef() }}

concat 関数は 2 つ以上の文字列を連結し、その結果として得られる文字列を返します。

構文

concat(string1 ,string2 [,stringn]* )

引数

  • stringn
    • : この関数は 2 つ以上の引数を受け入れます。それぞれの引数は文字列です。

返値

関数に引数として渡されたすべての文字列を連結した、単一の文字列。

定義

XPath 1.0 4.2

Gecko での対応

対応済み。