Description
The fn:regex-group function returns a substring that matches a parenthesized group in a regular expression, when evaluating an xsl:matching-substring. Note: this is an XSLT-only function; it is not available in XQuery or XPath.
Arguments and Return Type| Name | Type |
$group-number |
xs:integer |
| return value |
xs:string |
ExamplesHistory |
Recommended Reading: 
|