We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d374570 + 5e0e02f commit 536e2e7Copy full SHA for 536e2e7
index.html
@@ -292,6 +292,11 @@ <h4><a class="js-workshop-link" href="https://github.com/evanlucas/learnyoumongo
292
<p data-i18n="workshopper-learnyoumongo">Getting started with MongoDB and Node.js</p>
293
<code>npm install learnyoumongo -g</code>
294
</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>
300
301
302
<div class="third">
0 commit comments