sql.collatedStringCollation( val as sql.collatedString ) as String
Returns the collation of an
sql.collatedString
value.
This function is a built-in.
Parameters | |
---|---|
val | The sql:collatedString value. |
sql.collatedStringcollation(sql.collatedString("http://foo/bar", "http://marklogic.com/collation/codepoint")); => http://marklogic.com/collation/codepoint
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.