Class WildcardMatcher
Inherited Members
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public class WildcardMatcher
Methods
Match(string, string)
Matches fully-qualified names that use dot (.) as the name boundary.
Declaration
public static bool Match(string str, string wildcardMatcher)
Parameters
Type | Name | Description |
---|---|---|
string | str | The string to match on. |
string | wildcardMatcher | The wildcard string to match against. |
Returns
Type | Description |
---|---|
bool |