Replace and inserting strings within .txt files with the use of regex

Steven D'Aprano steve at REMOVE-THIS-cybersource.com.au
Sun Aug 8 04:09:35 EDT 2010


On Sat, 07 Aug 2010 17:20:24 -0700, Νίκος wrote:

> I don't know how to handle such a big data replacing problem and cannot
> play with fire because those 500 pages are my cleints pages and data of
> those filesjust cannot be messes up.

Take a backup copy of the files, and only edit the copies. Don't replace 
the originals until you know they're correct.

-- 
Steven



More information about the Python-list mailing list