| 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 public static string GetStandardPattern(
string name
)
Parameters
- name
- Type: SystemString
The name of the pattern to find.
Return Value
Type:
StringThe named pattern or null if not found.
See Also