<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/fn.concat.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>fn.concat</api:function-name><api:suggest>fn.concat</api:suggest><api:suggest>fn</api:suggest><api:suggest>concat</api:suggest><api:function-link mode="xquery" fullname="fn:concat">/apidoc/8.0/fn:concat.xml</api:function-link><api:function mode="javascript" name="concat" type="builtin" lib="fn" category="StringBuiltins" bucket="W3C-Standard Functions" hidden="false" prefix="fn" namespace="http://www.w3.org/2005/xpath-functions" fullname="fn.concat"><api:summary>
<p xmlns="http://www.w3.org/1999/xhtml">
Returns the <code>xs:string</code> that is the concatenation of the values
of the specified parameters. Accepts two or more <code>xs:anyAtomicType</code>
arguments and casts them to <code>xs:string</code>. If any of the parameters
is the empty sequence, the parameter is treated as the zero-length string.
</p>
</api:summary><api:params><api:param name="parameter1" type="xs:anyAtomicType?"><api:param-description>
A value.
  </api:param-description><api:param-name>parameter1</api:param-name><api:param-type>xs.anyAtomicType?</api:param-type></api:param><api:param name="parameterN" type="xs:anyAtomicType?,..." optional="true"><api:param-description>
A value.
  </api:param-description><api:param-name>parameterN</api:param-name><api:param-type>xs.anyAtomicType?,...</api:param-type></api:param></api:params><api:return>String</api:return><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
fn.concat("a", "b", "c")

=&gt; abc
</pre>
</api:example></api:function></api:function-page>