Class RegexMatcher
Implements
Inherited Members
Namespace: Akka.TestKit.Internal.StringMatcher
Assembly: Akka.TestKit.dll
Syntax
public class RegexMatcher : IStringMatcher
Constructors
| Improve this Doc View SourceRegexMatcher(Regex)
TBD
Declaration
public RegexMatcher(Regex regex)
Parameters
Type | Name | Description |
---|---|---|
Regex | regex | TBD |
Methods
| Improve this Doc View SourceIsMatch(String)
TBD
Declaration
public bool IsMatch(string s)
Parameters
Type | Name | Description |
---|---|---|
String | s | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |
ToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |