RegExMatch.SubExpressionString Property

Syntax

SubExpressionString as


Returns the SubExpression as a String for the given matchNumber. 0 returns the entire MatchString (the implicit 0th SubExpression), and 1 is the first real SubExpression.

Returns a String.