February 2004
Intermediate to advanced
544 pages
9h 55m
English
This appendix provides an overview of the XQuery regular expression syntax, which is based on the syntax used by XML Schema. In theory, this is the syntax supported by all XQuery implementations, although in practice you may find that your implementation varies slightly from the description here. When in doubt, consult the documentation accompanying your implementation.
This appendix begins with an overview of the regular expression syntax used by the built-in matches() and replace() functions (see Appendix C). It then provides a grammar for this regular expression language (Listing D.6) and a table of the Unicode properties (Table D.3).
Regular expressions, also known as regexps or regexes, provide ...