Skip to content

Commit 536e2e7

Browse files
author
Jessica Lord
committed
Merge pull request #384 from substack/regex-adventure
regex adventure workshop
2 parents d374570 + 5e0e02f commit 536e2e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,11 @@ <h4><a class="js-workshop-link" href="https://github.com/evanlucas/learnyoumongo
292292
<p data-i18n="workshopper-learnyoumongo">Getting started with MongoDB and Node.js</p>
293293
<code>npm install learnyoumongo -g</code>
294294
</div>
295+
<div id="regex-adventure" class="workshopper">
296+
<h4><a class="js-workshop-link" href="https://github.com/substack/regex-adventure" target="_blank">regex-adventure</a></h4>
297+
<p data-i18n="workshopper-regex-adventure">Parse text with regular expressions</p>
298+
<code>npm install regex-adventure -g</code>
299+
</div>
295300
</div>
296301

297302
<div class="third">

0 commit comments

Comments
 (0)