str:concat()

str:concat() returns a string containing all the string values in a node-set concatenated together.

Syntax

str:concat(nodeSet)

Parameters

nodeSet
The node-set whose nodes' string values should be concatenated into one string.

Returns

A string whose value is all the string values of the nodes in nodeSet concatenated together. If nodeSet is empty, an empty string is returned.

Specifications

EXSLT - STR:CONCAT

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
str:concat()Chrome ? Edge ? Firefox Full support 3IE ? Opera ? Safari ? WebView Android ? Chrome Android ? Firefox Android Full support 4Opera Android ? Safari iOS ? Samsung Internet Android ?

Legend

Full support
Full support
Compatibility unknown
Compatibility unknown