confluent-kafka-dotnet
Show / Hide Table of Contents

Class WildcardMatcher

Inheritance
object
WildcardMatcher
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
TypeNameDescription
stringstr

The string to match on.

stringwildcardMatcher

The wildcard string to match against.

Returns
TypeDescription
bool
In this article