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