-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
good first issueGood issue for first-time contributorsGood issue for first-time contributors
Description
A link to a Library Hat blog post in the 01-regular-expressions.md page is broken, leading to a "Site not found" error.
It's on line 264 of the code:
| This logic is useful when you have lots of files in a directory, when those files have logical file names, and when you want to isolate a selection of files. It can be used for looking at cells in spreadsheets for certain values, or for extracting some data from a column of a spreadsheet to make new columns. There are many other contexts in which regex is useful when using a computer to search through a document, spreadsheet, or file structure. Some real-world use cases for regex are included on a [Library Hat blog post](https://www.bohyunkim.net/blog/archives/2595#.YTc3rzeSkUo) . |
And can also be seen a couple of lines above this link: https://librarycarpentry.org/lc-data-intro/01-regular-expressions.html#exercise on the lesson page.
It should either be removed or possibly another resource that includes real-world use cases for regex should replace it.
Metadata
Metadata
Assignees
Labels
good first issueGood issue for first-time contributorsGood issue for first-time contributors