Class WildcardMatch
TBD
Inherited Members
Namespace: Akka.Util
Assembly: Akka.dll
Syntax
public static class WildcardMatch
Methods
| Edit this page View SourceLike(string, string, bool)
TBD
Declaration
public static bool Like(this string text, string pattern, bool caseSensitive = false)
Parameters
Type | Name | Description |
---|---|---|
string | text | TBD |
string | pattern | TBD |
bool | caseSensitive | TBD |
Returns
Type | Description |
---|---|
bool | TBD |