TestimoX

API Reference

Class

WildcardMatcher

Namespace ComputerX.Common
Assembly ComputerX
Modifiers static

Provides simple wildcard matching using '*' and '?' tokens.

Inheritance

  • Object
  • WildcardMatcher

Methods

public static Boolean IsMatch(String input, String pattern, Boolean ignoreCase) #
Returns: Boolean

Determines whether the input matches the wildcard pattern.

Parameters

input System.String requiredposition: 0
Input string to evaluate.
pattern System.String requiredposition: 1
Wildcard pattern using '*' and '?'.
ignoreCase System.Boolean requiredposition: 2
Whether to ignore case while matching.