Show / Hide Table of Contents

    Class MatcherExtensions

    Inheritance
    Object
    MatcherExtensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.MarkdownLite.Matchers
    Assembly:Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public static class MatcherExtensions

    Methods

    CompareLength(Matcher, LengthComparison, String)

    Declaration
    public static Matcher CompareLength(this Matcher matcher, LengthComparison comparsion, string groupName)
    Parameters
    Type Name Description
    Matcher matcher
    LengthComparison comparsion
    String groupName
    Returns
    Type Description
    Matcher

    Match(Matcher, String, Int32)

    Declaration
    public static MatchResult Match(this Matcher matcher, string text, int startIndex = 0)
    Parameters
    Type Name Description
    Matcher matcher
    String text
    Int32 startIndex
    Returns
    Type Description
    MatchResult

    Maybe(Matcher)

    Declaration
    public static Matcher Maybe(this Matcher matcher)
    Parameters
    Type Name Description
    Matcher matcher
    Returns
    Type Description
    Matcher

    Repeat(Matcher, Int32, Int32)

    Declaration
    public static Matcher Repeat(this Matcher matcher, int minOccur, int maxOccur)
    Parameters
    Type Name Description
    Matcher matcher
    Int32 minOccur
    Int32 maxOccur
    Returns
    Type Description
    Matcher

    RepeatAtLeast(Matcher, Int32)

    Declaration
    public static Matcher RepeatAtLeast(this Matcher matcher, int minOccur)
    Parameters
    Type Name Description
    Matcher matcher
    Int32 minOccur
    Returns
    Type Description
    Matcher

    ToGroup(Matcher, String)

    Declaration
    public static Matcher ToGroup(this Matcher matcher, string groupName)
    Parameters
    Type Name Description
    Matcher matcher
    String groupName
    Returns
    Type Description
    Matcher

    ToNegativeTest(Matcher)

    Declaration
    public static Matcher ToNegativeTest(this Matcher matcher)
    Parameters
    Type Name Description
    Matcher matcher
    Returns
    Type Description
    Matcher

    ToReverseNegativeTest(Matcher)

    Declaration
    public static Matcher ToReverseNegativeTest(this Matcher matcher)
    Parameters
    Type Name Description
    Matcher matcher
    Returns
    Type Description
    Matcher

    ToReverseTest(Matcher)

    Declaration
    public static Matcher ToReverseTest(this Matcher matcher)
    Parameters
    Type Name Description
    Matcher matcher
    Returns
    Type Description
    Matcher

    ToTest(Matcher)

    Declaration
    public static Matcher ToTest(this Matcher matcher)
    Parameters
    Type Name Description
    Matcher matcher
    Returns
    Type Description
    Matcher
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX