Skip to content

Commit 5e0e02f

Browse files
author
James Halliday
committed
regex adventure workshop
1 parent d374570 commit 5e0e02f

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)