In This Topic
Find and replaces all occurrences of the specified text.
Syntax
'Declaration
Public Sub FindTextReplace( _
ByVal As System.String, _
ByVal As System.String _
)
public void FindTextReplace(
System.string ,
System.string
)
Parameters
- text
- Text to be replaced.
- newText
- New text that will replace occurrences of existing text.
See Also