|
This function is used to search & replace extension. You can easily find and replace certain node(s) in the file as required. For that, you just have to specify the starting & ending text of the node and your content is easily searched and replaced. The parameters are:
Path: It is the path of the file where to search. It is a required parameter.
Startnode: It is the start node of the text. It is a required parameter.
Endnode: It is the end node of the text. It is a required parameter.
Repeaton: It is the repeat parameters. Its possible values are MySQL and MSSQL. It is also a required parameter.
|
<SearchAndReplaceEx path="" startnode="" endnode="" repeaton=""> |
See Also: