 
- 帖子
- 148
- 积分
- 230
- 技术
- 2
- 捐助
- 0
- 注册时间
- 2010-8-22
|
本帖最后由 aries215 于 2023-2-24 01:01 编辑
回复 9# freesoft00
已有rxrepl,附件在无忧论坛,支持PCRE正则和Unicode,以下特点尤其适合处理注册表文件:
Advanced Options:
-m [ --mode ] arg Matching mode (line,file)
--eol arg End of line sequence.
-e [ --encoding ] arg Input file encoding (ansi,utf8,utf16le,utf16be,auto)
--output-encoding arg Output file encoding (ansi,utf8,utf16le,utf16be,auto)
--no-backup Supress backup of input file
--no-bom Do not write unicode byte order mask (BOM)
--return-count Return the number of replacements made
--options arg Options file |
|