Forums
This topic is locked
How to search for unknown string of characters
Posted 12 Jan 2004 22:48:40
1
has voted
12 Jan 2004 22:48:40 Sean Noonan posted:
I am trying to do a find and replace on 100+ files that contain the following:START COMMENT TAG
several lines of copy
that differs from
file to file
END COMMENT TAG
Is there a way for me to search for:
START COMMENT TAG
UNKNOWN_STRING_INCLUDING_LINE_BREAKS
END COMMENT TAG
Thanks,
Sean