Bridge

Regex..::..Test Method

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

Syntax


public bool Test(
	string s
)
Public Function Test ( _
	s As String _
) As Boolean
public:
bool^ Test(
	String^ s
)

Parameters

s
Type: System..::..String