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

codepoint-equal($string-1 as xs:string?, $string-2 as xs:string?) xs:boolean?
Returns true or false depending on whether the value of $string-1 is equal to the value of $string-2, according to the Unicode code point collation.
$string-1The first string
$string-2The second string

Returns true() if the codepoints are equal, false() otherwise
Return to list of all modules