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

grep 的部分有一个错误 #455

Closed
cike-567 opened this issue Nov 27, 2022 · 0 comments
Closed

grep 的部分有一个错误 #455

cike-567 opened this issue Nov 27, 2022 · 0 comments

Comments

@cike-567
Copy link

grep 的规则表达式中的[^] # 匹配一个不在指定范围内的字符,如:'[^A-FH-Z]rep'匹配不包含A-R和T-Z的一个字母开头,紧跟rep的行。

应该改成:[^] # 匹配一个不在指定范围内的字符,如:“[^A-Z]rep” 匹配不包含 A-Z 中的字母开头,紧跟 rep 的行。

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