[]
Find and replaces all occurrences of the specified text asynchronously.
public Task FindTextReplaceAsync(string text, string newText)
Type | Name | Description |
---|---|---|
string | text | Text to be replaced. |
string | newText | New text that will replace occurrences of existing text. |
Type | Description |
---|---|
Task |