match-any($nodes as node()*, $regular-expression as xs:string+, ...) node()*
Tries to match each of the regular expression strings passed in $regular-expression and all following parameters against the keywords contained in the old fulltext index. The keywords found are then compared to the node set in $nodes. Every node containing any of the keywords is copied to the result sequence.
$nodes
The node set that is to be searched for the keyword set
$regular-expression
The regular expressions to be matched against the fulltext index
Returns the sequence of all of the matching nodes
Deprecated: This function is eXist-specific and should not be in the standard functions namespace. Please use text:match-any() instead.
This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release.