8
votes
Can I use a Regex in an XPath expression?
XPath 2.0 has some functions which support regular expressions: matches(), replace(), tokenize()
In XPath 1.0 there is no regex support.
For .NET you can use the XPath engine in Sax …
