RosettaCodeData/Task/Globally-replace-text-in-several-files/00DESCRIPTION
2016-12-05 22:15:40 +01:00

6 lines
257 B
Text

;Task:
Replace every occurring instance of a piece of text in a group of text files with another one.
For this task we want to replace the text   "'''Goodbye London!'''"   with   "'''Hello New York!'''"   for a list of files.
<br><br>