Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : f6b992a
Branch  : main
Author  : Shari Laster <rhonabwy@gmail.com>
Time    : 2023-07-03 15:48:35 +0000
Message : Merge pull request #211 from kevintfrench/main

Replaced broken URL for a regex blog post with a link to a cross-posted version of the same post.
  • Loading branch information
actions-user committed Jul 3, 2023
1 parent 4670617 commit 6706846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 01-regular-expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Or, any other string that begins with a letter `o` in lower or capital case afte

::::::::::::::::::::::::::::::::::::::::::::::::::

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) .
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 [ACRL Tech Connect blog post](https://acrl.ala.org/techconnect/post/fear-no-longer-regular-expressions/) .

To embed this knowledge we will not - however - be using computers. Instead we'll use pen and paper for now.

Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2023-05-03"
"config.yaml" "3a01e3b7adc9f5a4c0c480fa2a99acb7" "site/built/config.yaml" "2023-05-03"
"index.md" "57e3651e20083727e43c7a5cafcd0ee5" "site/built/index.md" "2023-05-03"
"episodes/01-regular-expressions.md" "4b924b64011666c196875015fd2c1752" "site/built/01-regular-expressions.md" "2023-05-03"
"episodes/01-regular-expressions.md" "d1032f00d57c4ae75bd9af69ea7193b8" "site/built/01-regular-expressions.md" "2023-07-03"
"episodes/02-match-extract-strings.md" "c3195bb0a8d4a31571eaae2655f4105d" "site/built/02-match-extract-strings.md" "2023-05-03"
"episodes/03-quiz.md" "d792071b0625440049c454e9e653cd2d" "site/built/03-quiz.md" "2023-05-03"
"episodes/04-exercises.md" "d1ff48c58540f0dd04bf7d199924bde4" "site/built/04-exercises.md" "2023-05-03"
Expand Down

0 comments on commit 6706846

Please sign in to comment.