StringHelper..::..ReplaceEx Method

Replaces the ex.

Namespace:  ZarahDB_Library.Helpers
Assembly:  ZarahDB_Library (in ZarahDB_Library.dll)

Syntax


public static string ReplaceEx(
	string original,
	string pattern,
	string replacement
)
Public Shared Function ReplaceEx ( _
	original As String, _
	pattern As String, _
	replacement As String _
) As String
public:
static String^ ReplaceEx(
	String^ original, 
	String^ pattern, 
	String^ replacement
)

Parameters

original
Type: String
The original.
pattern
Type: String
The pattern.
replacement
Type: String
The replacement.

Return Value

System.String.