Bridge

Regex..::..Escape Method

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

Syntax


[TemplateAttribute]
public static string Escape(
	string s
)
<TemplateAttribute> _
Public Shared Function Escape ( _
	s As String _
) As String
[TemplateAttribute]
public:
static String^ Escape(
	String^ s
)

Parameters

s
Type: System..::..String