Bridge

Regex Constructor (String, String)

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

Syntax


public Regex(
	string pattern,
	string flags
)
Public Sub New ( _
	pattern As String, _
	flags As String _
)
public:
Regex(
	String^ pattern, 
	String^ flags
)

Parameters

pattern
Type: System..::..String
flags
Type: System..::..String