public Add ( string match, string replacement ) : void | ||
match | string | input String to be replaced |
replacement | string | output String |
return | void |
singleMatch
occurs in the input, it will be replaced with replacement
. match
is the empty string, or was
/// already previously added public Add ( string match, string replacement ) : void | ||
match | string | input String to be replaced |
replacement | string | output String |
return | void |