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.
| Parameter | Type | Description |
|---|---|---|
replacement | string |
Returns string
Synchronized(Match inner)
public static Match Synchronized(Match inner)
No description available.
| Parameter | Type | Description |
|---|---|---|
inner | Match |
Returns Match