In This Article

SearchPatternProviders Class

Provides access to the built-in ISearchPatternProvider instances, that can provide regular expression find/replace patterns based on a supplied pattern.

public static class SearchPatternProviders
Inheritance:
object object

Properties

Acronym

Gets the ISearchPatternProvider for an acronym search.

public static ISearchPatternProvider Acronym { get; }

Property Value

ISearchPatternProvider:

The ISearchPatternProvider for an acronym search.

Normal

Gets the ISearchPatternProvider for a normal search.

public static ISearchPatternProvider Normal { get; }

Property Value

ISearchPatternProvider:

The ISearchPatternProvider for a normal search.

RegularExpression

Gets the ISearchPatternProvider for a regular expression search.

public static ISearchPatternProvider RegularExpression { get; }

Property Value

ISearchPatternProvider:

The ISearchPatternProvider for a regular expression search.

Shorthand

Gets the ISearchPatternProvider for a shorthand search.

public static ISearchPatternProvider Shorthand { get; }

Property Value

ISearchPatternProvider:

The ISearchPatternProvider for a shorthand search.

Wildcard

Gets the ISearchPatternProvider for a wildcard search.

public static ISearchPatternProvider Wildcard { get; }

Property Value

ISearchPatternProvider:

The ISearchPatternProvider for a wildcard search.

Inherited Members