Thanks to visit codestin.com
Credit goes to github.com

Skip to content

grep 的部分有一个错误 #455

@cike-567

Description

@cike-567

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions