Skip to content

Commit 37ce4af

Browse files
author
srvanderplas
committed
Add refs
1 parent 837b87f commit 37ce4af

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

_freeze/part-wrangling/04-strings/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

part-wrangling/04-strings.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,8 @@ I've assembled a [YouTube playlist](https://www.youtube.com/embed/videoseries?li
522522

523523
The following demonstrations are intended for advanced students: if you are just learning how to program, you may want to come back to these when you need them.
524524

525+
There is also an excellent site which helps you learn regular expressions via interactive tutorials, @regexoneRegexOne. Another useful tool is @leaverouRegExplained2017
526+
525527
::: {.callout-advanced collapse="true"}
526528
### Regular Expression Basics
527529

references.bib

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,3 +1477,23 @@ @online{anishathalyeMissingSemesterYour
14771477
langid = {english},
14781478
file = {Snapshot:/home/susan/.Zotero/storage/HHW6269T/missing.csail.mit.edu.html:text/html},
14791479
}
1480+
1481+
@online{regexoneRegexOne,
1482+
title = {{RegexOne}},
1483+
url = {https://regexone.com/},
1484+
author = {{RegexOne}},
1485+
urldate = {2023-04-20},
1486+
file = {RegexOne - Learn Regular Expressions - Lesson 1\: An Introduction, and the ABCs:/home/susan/.Zotero/storage/AHBRJ7WW/regexone.com.html:text/html},
1487+
}
1488+
1489+
1490+
@online{leaverouRegExplained2017,
1491+
title = {Reg Explained},
1492+
url = {https://projects.verou.me/regexplained/},
1493+
titleaddon = {/a(b)/g},
1494+
author = {{Lea Verou}},
1495+
urldate = {2023-04-20},
1496+
date = {2017},
1497+
file = {RegExp playground:/home/susan/.Zotero/storage/HTD8Q3HA/regexplained.html:text/html},
1498+
}
1499+

0 commit comments

Comments
 (0)