Description: replaces $searchLine with $replaceText
Parameter:
- file: the name of the file
- searchLine: line to search
- repaceText: text to replace with
- mode: can be "g" to replace all matching lines. Any other value will only replace the first occurrence.
root
2015-09-06