A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/text
A module for text searching extension functions.

text:filter($text as xs:string, $regularexpression as xs:string) xs:string*
Filter substrings that match the regular expression in the text.
$textThe text to filter
$regularexpressionThe regular expression to perform against the text

Returns the substrings
Return to list of all modules