Search Results for

    Show / Hide Table of Contents

    Class RegexMatcher

    Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

    Inheritance
    object
    RegexMatcher
    Implements
    IStringMatcher
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.TestKit.Internal.StringMatcher
    Assembly: Akka.TestKit.dll
    Syntax
    public class RegexMatcher : IStringMatcher

    Constructors

    | Edit this page View Source

    RegexMatcher(Regex)

    TBD

    Declaration
    public RegexMatcher(Regex regex)
    Parameters
    Type Name Description
    Regex regex

    TBD

    Methods

    | Edit this page View Source

    IsMatch(string)

    TBD

    Declaration
    public bool IsMatch(string s)
    Parameters
    Type Name Description
    string s

    TBD

    Returns
    Type Description
    bool

    TBD

    | Edit this page View Source

    ToString()

    TBD

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    TBD

    Overrides
    object.ToString()

    Implements

    IStringMatcher

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET