Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望自定义正则表达式支持注释,另外匹配标签的表达式有遗漏 #173

Open
XDcedar opened this issue Sep 17, 2023 · 0 comments

Comments

@XDcedar
Copy link

XDcedar commented Sep 17, 2023

正则表达式本身很难辨认含义,希望可以支持注释功能,不然时间一长自己都忘了自己写的是什么了。

另外默认匹配标签的正则表达式漏了匹配-
原表达式:(?<!#)#[\u4e00-\u9fa5\w\/]+|++
修改之后:(?<!#)#[\u4e00-\u9fa5\w\/-]+|++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant