Changes

Jump to navigation Jump to search
No change in size ,  16:44, 27 August 2014
| Defines how composed characters are handled. Three decompositions are supported: {{Code|none}}, {{Code|standard}}, and {{Code|full}}. More details are found in the [http://docs.oracle.com/javase/7/docs/api/java/text/Collator.html JavaDoc] of the JDK.
|}
 
===Case-Insensitive Collation===
 
{{Mark|Introduced with BaseX 8.0}}:
 
Since XQuery 3.1, another default collation exists, which allows case-insensitive search of ASCII characters (<code>0x41</code> - <code>0x5A</code>, <code>0x61</code> - <code>0x7A</code>). This query returns <code>true</code>:
 
<pre class="brush:xquery">
declare default collation 'http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive';
'HTML' = 'html'
</pre>
===Examples===
</nowiki></pre>
==Case-Insensitive Collation== {{Mark|Introduced with BaseX 8.0}}: Since XQuery 3.1, another default collation exists, which allows case-insensitive search of ASCII characters (<code>0x41</code> - <code>0x5A</code>, <code>0x61</code> - <code>0x7A</code>). This query returns <code>true</code>: <pre class="brush:xquery">declare default collation 'http://www.w3.org/2005/xpath-functions/collation/html-ascii-case-insensitive';'HTML' = 'html'</pre> =Changelog=
; Version 8.0:
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu