Method Add
Add(String, String)
Records a replacement to be applied to the inputs
stream. Whenever singleMatch
occurs in
the input, it will be replaced with
replacement
.
Declaration
public virtual void Add(String singleMatch, String replacement)
Parameters
Type | Name | Description |
---|---|---|
System.String | singleMatch | input String to be replaced |
System.String | replacement | output String |