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

Typo in Exercise 14.3.2.2 #586

Open
demar01 opened this issue Sep 27, 2020 · 0 comments
Open

Typo in Exercise 14.3.2.2 #586

demar01 opened this issue Sep 27, 2020 · 0 comments

Comments

@demar01
Copy link

demar01 commented Sep 27, 2020

Hi,
I think there is a typo in Exercise 14.3.2.2 4.The words that have seven letters or more.
Where it says:
"Since the pattern ....... is not anchored with either . or $ this will match any word with at last seven letters. The pattern, ^.......$, matches words with exactly seven characters."

it should say:
"Since the pattern ....... is not anchored with either ^ or $ this will match any word with at last seven letters. The pattern, ^.......$, matches words with exactly seven characters."

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