Regexes the match.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected void RegexMatch(
	StringBuilder template,
	Regex regex
)
Visual Basic
Protected Sub RegexMatch ( 
	template As StringBuilder,
	regex As Regex
)
Visual C++
protected:
void RegexMatch(
	StringBuilder^ template, 
	Regex^ regex
)
F#
member RegexMatch : 
        template : StringBuilder * 
        regex : Regex -> unit 

Parameters

template
Type: System.Text..::..StringBuilder
The template.
regex
Type: System.Text.RegularExpressions..::..Regex
The regex.

See Also