File mapStrings.icn |
Copy a file, replacing strings.
Author: Steve Wampler (sbw@tapestry.tucson.az.us)
This file is in the public domain.
This file is part of the (main) package.
Source code.Details |
Procedures: |
Construct the replacement map. Used internally.
Copy standard input to standard output, replacing substrings with matching replacement.
Arguments are of the form oldString=newString, where oldString will be replaced by newString.
Note that oldString cannot include "=", but that newString can.