Table of Contents

Class PatternMatchUtils

Namespace
Steeltoe.Common.Util
Assembly
Steeltoe.Common.dll
public static class PatternMatchUtils
Inheritance
PatternMatchUtils
Inherited Members

Methods

SimpleMatch(string, string)

public static bool SimpleMatch(string pattern, string str)

Parameters

pattern string
str string

Returns

bool

SimpleMatch(string[], string)

public static bool SimpleMatch(string[] patterns, string str)

Parameters

patterns string[]
str string

Returns

bool