Show / Hide Table of Contents

    Interface ISubstitutionRule

    Defines the substitution rule.

    Namespace: Platform.RegularExpressions.Transformer
    Assembly: Platform.RegularExpressions.Transformer.dll
    Syntax
    public interface ISubstitutionRule

    Properties

    | Improve this Doc View Source

    MatchPattern

    Gets the match pattern value.

    Declaration
    Regex MatchPattern { get; }
    Property Value
    Type Description
    Regex
    | Improve this Doc View Source

    MaximumRepeatCount

    Gets the maximum repeat count value.

    Declaration
    int MaximumRepeatCount { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    SubstitutionPattern

    Gets the substitution pattern value.

    Declaration
    string SubstitutionPattern { get; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX