Table of Contents

Class WildcardHelper

Namespace
SunamoRegex
Assembly
SunamoRegex.dll

Provides helper methods for detecting wildcard patterns in strings.

public class WildcardHelper
Inheritance
WildcardHelper
Inherited Members
Extension Methods

Methods

IsWildcard(string)

Determines whether the specified text contains wildcard characters (* or ?).

public static bool IsWildcard(string text)

Parameters

text string

The text to check for wildcard characters.

Returns

bool

True if the text contains * or ? characters; otherwise, false.