ToFullRegularExpression Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts a simplified regular expression to a full regular expression.

Namespace:  System.Text.RegularExpressions
Assembly:  System.Text.RegularExpressions (in System.Text.RegularExpressions.dll)

Syntax

'Declaration
Public Shared Function ToFullRegularExpression ( _
    simplePattern As String _
) As String
public static string ToFullRegularExpression(
    string simplePattern
)
public:
static String^ ToFullRegularExpression(
    String^ simplePattern
)
static member ToFullRegularExpression : 
        simplePattern:string -> string 
public static function ToFullRegularExpression(
    simplePattern : String
) : String

Parameters

Return Value

Type: System. . :: . .String
The full regular expression.

.NET Framework Security

See Also

Reference

Regex Class

System.Text.RegularExpressions Namespace