remove anything after this string END_PAGEREFS and remove anything before BEGIN_PAGEREFS

这一生的挚爱 提交于 2019-12-23 03:03:54

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!