我有 299516 行的 txt 文件 - 不要问为什么!
我需要从每行中删除所有 110 个前导字符,保存接下来的 5 个字符并删除该行的其余部分。
我可以用英文版的“MID()”在 EXCEL 中完成。
不幸的是,Notepad++ 不支持像 ^ 这样的重复计数。{27}
提示:
http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Regular_Expressions
http://blog.creativeitp.com/posts-and-articles/editors/understanding-regex-with-notepad/