[]
Find and replaces all occurrences of the specified text.
[Obsolete("This method is deprecated, please, use FindTextReplaceAsync instead.")]
public void FindTextReplace(string text, string newText)
Type | Name | Description |
---|---|---|
string | text | Text to be replaced. |
string | newText | New text that will replace occurrences of existing text. |