Click or drag to resize

RedactRuleGetStandardPattern Method

Finds a named standard regular expression pattern.

Namespace:  Opait.Redact
Assembly:  Opait.Redact (in Opait.Redact.dll) Version: 1.3.3.0
Syntax
C#
public static string GetStandardPattern(
	string name
)

Parameters

name
Type: SystemString
The name of the pattern to find.

Return Value

Type: String
The named pattern or null if not found.
See Also