northword / zotero-format-metadata

Linter for Zotero. A plugin for Zotero to format item metadata. Shortcut to set title rich text; set journal abbreviations, university places, and item languages, etc; detect duplicate items.
GNU Affero General Public License v3.0
390 stars 6 forks source link

[Bug] 自定义标题文本替换的正则表达式失效 #191

Closed wangfh5 closed 3 months ago

wangfh5 commented 3 months ago

Is there an existing issue for this?

Environment

Describe the bug

使用正则表达式fermi(?!on),匹配fermi并替换为Fermi,但是不匹配fermion,fermions,fermionic等等,测试正常

image

在csv文件中使用\符号包裹正则表达式

image

结果匹配失败,convert to sentence case之后没有将fermi并替换为Fermi(同时fermion也不会被替换为Fermion)

image

Anything else?

No response

northword commented 3 months ago

抱歉先前给出了错误的回复,请尝试 /fermi(?!on)/

wangfh5 commented 3 months ago

成功了,感谢回复,建议可以写在设置的提示词里面