Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 752 Bytes

File metadata and controls

17 lines (14 loc) · 752 Bytes

Search strings from whole file
Regex pattern: "((?:\\"|\\\\|\\[^"]|[^"\\])*)"
Output JSON key pattern: Filename:Line:Num
Filename = File name, contains relative path
Line = Line number
Num = The number of strings that appear in this line

UpdateLineAfterUpdated.py can update the line num in key of json when original file was updated (By DeepSeek)

从整个文件中搜寻字符串
正则表达式:"((?:\\"|\\\\|\\[^"]|[^"\\])*)"
输出的 JSON 的键格式:文件名:行:个
文件名:文件名,包含相对路径
行:第几行
个:这行出现的第几个字符串

UpdateLineAfterUpdated.py可以在原有文件更新后更新json中key的行数 (By DeepSeek)