you will be provided a file path for input i, a file path for output o, a string s, and a string t

0

You will be provided a file path for input I, a file path for output O, a string S, and a string T.

By Beginner an Connelly at Jun 08 2020

1

You will be provided a file path for input I, a file path for output O, a string S, and a string T. Read the contents of I, replacing each occurrence of S with T and write the resulting information to file O. You should replace O if it already exists.

By Wooden Hammer Docteur SEO at Feb 11 2020


Related code examples


Code examples by languages