内容忽略正则表达式集合
#1209
Replies: 5 comments
Answer selected by
YiiGuxing
(^\s*(/(/+|\*+)|(\*+(?!/))) ?)|(\s*\*+/\s*$)
|
0 replies
\{@(code|link) (?=[^\{\}]+\})|(?<=(\{@(code|link) [^\{\}]+))\}
|
0 replies
直接改成默认的得了,要不还得过来翻帖子### |
0 replies
|
感谢作者大佬! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
内容忽略正则表达式集合
内容忽略功能使用正则表达式进行匹配,使用内容忽略功能可以忽略掉你不想送去翻译的内容,比如注释和文档中的干扰内容(如Java中的
/和*):下面分享几个可能有用的内容忽略正则表达式,也欢迎大家补充更多、更好、功能更强大、支持更多语言的内容忽略正则表达式。
All reactions