Interface ISubstitutionRule
Defines the substitution rule.
Namespace: Platform.RegularExpressions.Transformer
Assembly: Platform.RegularExpressions.Transformer.dll
Syntax
public interface ISubstitutionRule
Properties
| Improve this Doc View SourceMatchPattern
Gets the match pattern value.
Declaration
Regex MatchPattern { get; }
Property Value
Type | Description |
---|---|
Regex |
MaximumRepeatCount
Gets the maximum repeat count value.
Declaration
int MaximumRepeatCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
SubstitutionPattern
Gets the substitution pattern value.
Declaration
string SubstitutionPattern { get; }
Property Value
Type | Description |
---|---|
String |