Summary
Replaces all occurrences of the search string in every input document
with the string value of the specified object.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Contents - Containing Type
- Replace
Syntax
public Replace(string search, Object content)
Parameters
| Name | Type | Description |
|---|---|---|
| search | string | The string to search for. |
| content | Object | The content to replace the search string with. |
Return Value
| Type | Description |
|---|---|
| void |
