Read XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition Online
Authors: Michael Kay
Regular Expression Syntax
The regular expression syntax accepted in the
regex
attribute is the same as that accepted by the
match()
,
tokenize()
, and
replace()
functions, and it is fully described in Chapter 14. This section provides a quick summary only; it makes no attempt to define details such as precedence rules.
The following table summarizes the more important constructs found in a regex. In this summary, capital letters A and B represent arbitrary regular expressions. n and m represent a number (a sequence of digits). a, b, c represent an arbitrary character, which is either a normal character, or one of the metacharacters
.
,
\
,
?
,
*
,
+
,
{
,
}
,
(