问题
i have large numbers of text files and i am in problem that i want to remove anything after this string END_PAGEREFS and remove anything before BEGIN_PAGEREFS as i want in between them.
using notepadd ++ or frontpage 2003 or powergrip software regular-expressions.info
help please
回答1:
In notepad++, try opening some files, and replacing
BEGIN_PAGEREFS.*
and
END_PAGEREFS.*
marking the "Regular Expression" and "Replace in all opened files" options.
来源:https://stackoverflow.com/questions/11054220/remove-anything-after-this-string-end-pagerefs-and-remove-anything-before-begin