Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

concat


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

構文

concat( string<sub>1</sub> , string<sub>2</sub> [, string<sub>n</sub>]* )

引数

string<sub>n</sub>
この関数は 2 つ以上の引数を受け入れます。それぞれの引数は文字列です。

戻り値

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

定義

XPath 1.0 4.2

Gecko でのサポート

サポート済み。

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: Shoot
 最終更新者: Shoot,