fn.iriToUri( uri-part as String ) as String
Idempotent function that escapes non-URI characters.
Parameters | |
---|---|
uri-part | A string representing an unescaped URI. |
fn.iriToUri("http://example.com/Weather/Los%20Angeles#ocean"); => "http://example.com/Weather/Los%20Angeles#ocean"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.