Returns a new System.Text.RegularExpressions.Match object with the results
for the next match, starting at the position at which the last match ended
(at the character after the last matched character).
Namespace: System.Text.RegularExpressionsAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax Return Value
Type:
MatchThe next regular expression match.
See Also