-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
A few grammatical errors #29
Comments
Fixed with #27 |
Not OP but can we reopen this? I found a few more grammatical errors. In section 1, I think "A regular expression is just a pattern of letters and digits" should be replaced with: In section 2, In section 2.8 |
I noticed there are a few grammatical errors:
In section 4. Lookaround this part:
"which means: get all the numbers which contains . character and preceded by $ character."
Should be modified to:
"which means: get all the numbers which contain. character and are preceded by $ character."
Also, in section 2.5:
"As we discussed before that in regular expression if we put a quantifier after a character than it will repeat the preceding character."
Should be modified to:
"As we discussed before that in regular expression if we put a quantifier after a character then it will repeat the preceding character."
The text was updated successfully, but these errors were encountered: