Class PatternMatchUtils
Inheritance
System.Object
PatternMatchUtils
Assembly: Steeltoe.Common.dll
Syntax
public static class PatternMatchUtils : object
Methods
|
Edit this page
View Source
SimpleMatch(String, String)
Declaration
public static bool SimpleMatch(string pattern, string str)
Parameters
Type |
Name |
Description |
System.String |
pattern |
|
System.String |
str |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
SimpleMatch(String[], String)
Declaration
public static bool SimpleMatch(string[] patterns, string str)
Parameters
Type |
Name |
Description |
System.String[] |
patterns |
|
System.String |
str |
|
Returns
Type |
Description |
System.Boolean |
|