|
This function is used to search and replace specified text from specified file at all places. You must find it very time consuming to search out for any content from a long file. This function allows you to find your required content within any file and also replace your searched content as needed. The parameters are:
Path: It is the path of the file from where to search. It is a required parameter.
Search: It is the text to be searched. It is a required parameter.
Replace: It is the text to be replaced. It is a required parameter.
|
<SearchAndReplace path="" search="" replace=""/> |
See Also: