Skip to main content

Match Class

Namespace: System.Text.RegularExpressions · Assembly: GHIElectronics.TinyCLR.RegularExpressions

Represents the results from a single regular expression match.

public class Match : Group

Properties

Groups

public virtual GroupCollection Groups { get; }

No description available.

Methods

NextMatch()

public Match NextMatch()

No description available.

Returns Match

Result(string replacement)

public virtual string Result(string replacement)

No description available.

ParameterTypeDescription
replacementstring

Returns string

Synchronized(Match inner)

public static Match Synchronized(Match inner)

No description available.

ParameterTypeDescription
innerMatch

Returns Match