Skip to content

Commit e445d47

Browse files
committed
markdown source builds
Auto-generated via {sandpaper} Source : 969285b Branch : main Author : Kevin French <[email protected]> Time : 2024-09-30 13:31:43 +0000 Message : Merge pull request #235 from kevintfrench/main Update ACRL link to current location
1 parent 97a7915 commit e445d47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

01-regular-expressions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Or, any other string that begins with a letter `o` in lower or capital case afte
261261

262262
::::::::::::::::::::::::::::::::::::::::::::::::::
263263

264-
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/) .
264+
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 were included on a ACRL Tech Connect blog post now archived at [Library Hat](https://www.bohyunkim.net/blog/archives/2595) .
265265

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

md5sum.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2023-05-03"
44
"config.yaml" "3a01e3b7adc9f5a4c0c480fa2a99acb7" "site/built/config.yaml" "2023-05-03"
55
"index.md" "e3d053cbd6c2fc0dd72c5aaed8c2658b" "site/built/index.md" "2024-09-14"
6-
"episodes/01-regular-expressions.md" "a830bc804f50f3f1c15798a079852f79" "site/built/01-regular-expressions.md" "2023-10-18"
6+
"episodes/01-regular-expressions.md" "a99a9eb670c86dd62b92c5dfd4ae8938" "site/built/01-regular-expressions.md" "2024-09-30"
77
"episodes/02-match-extract-strings.md" "8c17b59be2c742a3b43d561e28c39b80" "site/built/02-match-extract-strings.md" "2024-04-28"
88
"episodes/03-quiz.md" "d792071b0625440049c454e9e653cd2d" "site/built/03-quiz.md" "2023-05-03"
99
"episodes/04-exercises.md" "d1ff48c58540f0dd04bf7d199924bde4" "site/built/04-exercises.md" "2023-05-03"

0 commit comments

Comments
 (0)