A RESTful browser for eXist Java-Based Function Modules


http://www.w3.org/2005/xpath-functions
A module with the XQuery/XPath Core Library Functions

string-pad($arg as xs:string?, $count as xs:integer) xs:string?
Returns an xs:string consisting of a number copies of $arg concatenated together without any separators. The number of copies is specified by $count.
$argThe string to be duplicated
$countThe number of copies of $arg to be returned

Returns the duplicated string
Return to list of all modules