in reply to Re^4: Removing the carriage return in a Find & Replace?
in thread Removing the carriage return in a Find & Replace?
-> cat junk.html _ABC_<TD> <FONT FACE=arial SIZE=-1>_XYZ_ -> perl -00pe 's/<TD>\s*<FONT FACE=arial SIZE=-1>/widget/g' junk.html _ABC_widget_XYZ_
|
---|