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

About '\w' explaination in chapter 3. Shorthand Character Sets #185

Open
Melbwjl opened this issue Dec 14, 2019 · 0 comments
Open

About '\w' explaination in chapter 3. Shorthand Character Sets #185

Melbwjl opened this issue Dec 14, 2019 · 0 comments

Comments

@Melbwjl
Copy link

Melbwjl commented Dec 14, 2019

in chapter 3. Shorthand Character Sets of \w description is not inaccurate,this error both in Chinese and English versions

English_version:

Shorthand Description
\w Matches alphanumeric characters: [a-zA-Z0-9_]

Issue: There should also have underline(-)

Chinese _version:

简写 描述
\w 匹配所有字母数字,等同于 [a-zA-Z0-9_]

Issue:中文翻译中同样未提及下划线(-

My English is not very good, hope you can understand.

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