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

Issue 102 fixes #165

Merged
merged 3 commits into from
Feb 4, 2020
Merged

Conversation

kmiller621
Copy link
Contributor

Changes to index and episode 1 based on comments in #102 , with input from @libcce

@@ -69,6 +69,7 @@ So, what is `^[Oo]rgani.e\b` going to match?
> > Organike
> > ~~~
> > Or, any other string that starts a line, begins with a letter `o` in lower or capital case, proceeds with `rgani`, has any character in the 7th position, and ends with the letter `e`.
> > [See solution visulaized on Regexper.com](https://regexper.com/#%5E%5BOo%5Drgani.e%5Cb)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kmiller621 can you update the link to:

https://regexper.com/#%5E%5BOo%5Drgani.e

The one above showed an error. Thanks for submitting this! Once you make this change, I think this is ready to merge!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be fixed now!

@sharilaster sharilaster merged commit 4878936 into LibraryCarpentry:gh-pages Feb 4, 2020
@sharilaster
Copy link
Contributor

Thank you @kmiller621! I've merged these changes.

zkamvar pushed a commit that referenced this pull request May 3, 2023
Add link to RegExper; remove note about pen and paper.
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

Successfully merging this pull request may close these issues.

3 participants