Skip to content

Commit cdae202

Browse files
committed
differences for PR #211
1 parent fdac247 commit cdae202

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 [Library Hat blog post](https://www.bohyunkim.net/blog/archives/2595#.YTc3rzeSkUo) .
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 [Library Hat blog post](http://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" "57e3651e20083727e43c7a5cafcd0ee5" "site/built/index.md" "2023-05-03"
6-
"episodes/01-regular-expressions.md" "4b924b64011666c196875015fd2c1752" "site/built/01-regular-expressions.md" "2023-05-03"
6+
"episodes/01-regular-expressions.md" "b149b7e986b07330e9408957028aacc5" "site/built/01-regular-expressions.md" "2023-07-01"
77
"episodes/02-match-extract-strings.md" "c3195bb0a8d4a31571eaae2655f4105d" "site/built/02-match-extract-strings.md" "2023-05-03"
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)