- Namespace
-
GitVersion
.Extensions - Containing Type
- StringExtensions
Syntax
public static string RegexReplace(this string input, string pattern, string replace, RegexOptions options = null)
Parameters
Name | Type | Description |
---|---|---|
input | string | |
pattern | string | |
replace | string | |
options | RegexOptions |
Return Value
Type | Description |
---|---|
string |